Skip to content

Commit

Permalink
docs: create brach on rlease
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Jul 8, 2021
1 parent f4fb070 commit c3e46fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major --preid=next -m 'Release v%s' && npm run git:push:tags",
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor --preid=next -m 'Release v%s' && npm run git:push:tags",
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch --preid=next -m 'Release v%s' && npm run git:push:tags",
"git:push:tags": "git push origin && git push origin --tags"
"git:push:tags": "npm run versionBranch && git push origin && git push origin --tags",
"versionBranch": "git switch -c $npm_package_version && git checkout -"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c3e46fc

Please sign in to comment.