Skip to content

Commit

Permalink
Merge pull request #250 from mandragorn/release-it-2
Browse files Browse the repository at this point in the history
#249: Updating identification of previous tag for release notes.
  • Loading branch information
mandragorn committed Apr 26, 2016
2 parents 3a0f9ca + 2a75fe1 commit 80c82d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tagName": "v%s",
"tagAnnotation": "Release v%s",
"buildCommand": false,
"changelogCommand": "git log --pretty=format:'* %s (%h)' [REV_RANGE]",
"changelogCommand": "git log --pretty=format:'* %s (%h)' v[REV_RANGE]",
"requireCleanWorkingDir": false,
"src": {
"pushRepo": null,
Expand Down

0 comments on commit 80c82d9

Please sign in to comment.