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 10
10
"dev" : " node bin/vuepress dev docs" ,
11
11
"build" : " node bin/vuepress build docs" ,
12
12
"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" ,
14
14
"release" : " /bin/bash scripts/release.sh" ,
15
15
"test" : " node test/prepare.js && jest --config test/jest.config.js"
16
16
},
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ select VERSION in patch minor major "Specific Version"
28
28
echo Releasing ${NEW_VERSION} ...
29
29
30
30
# github release
31
- npm run prepublishOnly
31
+ npm run changelog
32
32
git add CHANGELOG.md
33
33
git commit -m " chore: changelog"
34
34
git push
You can’t perform that action at this time.
0 commit comments