Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Sep 10, 2020
1 parent aef62e9 commit b8d53cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"postpack": "rm -f oclif.manifest.json && npm i",
"release": "run-s release:*",
"release:docs": "npm run docs && git add docs",
"release:changelog": "auto-changelog -p --template keepachangelog && git add README.md CHANGELOG.md",
"release:standard-version": "standard-version --no-verify --skip.changelog --commit-all",
"release:version": "git push && git push --tags && gh-release",
"release:publish": "npm publish",
Expand Down Expand Up @@ -211,5 +210,10 @@
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"standard-version": {
"scripts": {
"postbump": "auto-changelog -p --template keepachangelog && git add README.md CHANGELOG.md"
}
}
}

0 comments on commit b8d53cd

Please sign in to comment.