Skip to content

Commit

Permalink
feat(changelog): add special script to update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Grillo committed Sep 22, 2020
1 parent b5ba11c commit ba24ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean": "rm -rf dist && mkdir dist",
"predist": "npm run clean",
"check-master": "git symbolic-ref --short HEAD | grep ^master$ > /dev/null || (echo \"Not in 'master' branch. Aborting release\"; return 1)",
"changelog": "npm run prerelease && changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md",
"changelog": "npm run prerelease && changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'",
"release:patch": "npm run changelog && npm version patch",
"release:minor": "npm run changelog && npm version minor",
"release:major": "npm run changelog && npm version major",
Expand Down

0 comments on commit ba24ce9

Please sign in to comment.