Skip to content

Commit

Permalink
🐛 FIX: RM Release log
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 24, 2019
1 parent c3e3cc9 commit 37516dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"beforeChangelogCommand": "auto-changelog",
"safeBump": false,
"hooks": {
"after:bump": "auto-changelog && git add . && git commit -m ' 📖 DOC: Update the changelog' && git push",
"after:release": "echo 'SUCCESSFULLY RELEASED: ${name} v${version}.'"
"after:bump": "auto-changelog && git add . && git commit -m ' 📖 DOC: Update the changelog' && git push"
},
"src": {
"commitMessage": "🦄 Release %s",
Expand Down

0 comments on commit 37516dd

Please sign in to comment.