Skip to content

Commit

Permalink
chore(build): push changelog commit before npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jan 11, 2022
1 parent f247b18 commit 6917c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,8 @@
"ts-node ./scripts/set-version.ts",
"conventional-changelog --preset angular --infile CHANGELOG.md --same-file --release-count 1",
"git add -A",
"git commit -am \"chore(changelog): update [skip ci] \""
"git commit -am \"chore(changelog): update [skip ci] \"",
"git push origin HEAD"
],
"parallel": false
},
Expand Down

0 comments on commit 6917c32

Please sign in to comment.