Skip to content

Commit

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

0 comments on commit 140cd81

Please sign in to comment.