Skip to content

Commit

Permalink
Add script to create changelog
Browse files Browse the repository at this point in the history
Reviewed-by: Alexandre Eher <[email protected]>
Signed-off-by: Jefersson Nathan <[email protected]>
  • Loading branch information
malukenho committed May 14, 2020
1 parent 859ad60 commit e54f0f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"staabm/annotate-pull-request-from-checkstyle": "^1.1",
"vimeo/psalm": "^3.9"
},
"scripts": {
"changelog": "git log $(git describe --abbrev=0 --tags)...HEAD --no-merges --pretty=format:\"* [%h](http://github.com/codelicia/xulieta/commit/%H) %s (%cN)\""
},
"bin": [
"bin/xulieta"
]
Expand Down

0 comments on commit e54f0f2

Please sign in to comment.