Skip to content

Log failed to match expected pattern? #102

@noppelmax

Description

@noppelmax

Hey Guys,

i tried to build my current commit hash into grunt. But it seems that something went wrong. This is my error:

Running "gitlog:target" (gitlog) task
Warning: Log failed to match exepected pattern:
{
  "hash": "5600e7484b146dd1bee77458ca37216190fdbd0d",
  "author": {
    "name": "<name>",
    "email": "<email>"
  },
  "date": "Thu, 19 Feb 2015 20:45:43 +0100",
  "subject": "<subject>",
  "body": "<body>"
}
 Use --force to continue.

Aborted due to warnings.

My code is

// grunt.initconfig...
gitlog: {
      target: {
        number: 1
      }
    },

So you have any idea how to solve it?

Thanks,
Max

PS.: There is a typoerror in "expected". ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions