feat(github actions): added publish action

This commit is contained in:
svetlanaMuravlova
2021-09-02 14:30:18 +03:00
parent 88e7fa0b73
commit 28bdc402af
6 changed files with 215 additions and 726 deletions

View File

@@ -48,8 +48,10 @@
],
"options": {
"commands": [
"ts-node ./scripts/set-version.ts",
"conventional-changelog -i CHANGELOG.md -s -p angular",
"git add -A"
"git add -A",
"git commit -am \"chore(changelog): update [skip ci] \""
],
"parallel": false
},