Skip to content

Commit

Permalink
fix(project): improved the release-it workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 14, 2019
1 parent 7a61e32 commit dcade43
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
}
},
"hooks": {
"after:conventional-changelog": "git commit -a -m \"Updating CHANGELOG.md for v${version} \" && git push",
"after:bump": "echo \"building lib v${version}... \" && npm run build",
"after:conventional-changelog": "echo \"Updating CHANGELOG.md for v${version} \" && git commit -a -m \"Updating CHANGELOG.md for v${version} \" && git push",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}.",
"before:npm": "echo building the library..."
}
Expand Down

0 comments on commit dcade43

Please sign in to comment.