File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 "dev" : " node bin/vuepress dev docs" ,
1111 "build" : " node bin/vuepress build docs" ,
1212 "lint" : " eslint --fix --ext .js,.vue bin/ lib/ test/" ,
13- "prepublishOnly " : " conventional-changelog -p angular -r 2 -i CHANGELOG.md -s" ,
13+ "changelog " : " conventional-changelog -p angular -r 2 -i CHANGELOG.md -s" ,
1414 "release" : " /bin/bash scripts/release.sh" ,
1515 "test" : " node test/prepare.js && jest --config test/jest.config.js"
1616 },
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ select VERSION in patch minor major "Specific Version"
2828 echo Releasing ${NEW_VERSION} ...
2929
3030 # github release
31- npm run prepublishOnly
31+ npm run changelog
3232 git add CHANGELOG.md
3333 git commit -m " chore: changelog"
3434 git push
You can’t perform that action at this time.
0 commit comments