We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d42057 commit 14d9013Copy full SHA for 14d9013
package.json
@@ -10,7 +10,7 @@
10
"dev": "node bin/vuepress dev docs",
11
"build": "node bin/vuepress build docs",
12
"lint": "eslint --fix --ext .js,.vue bin/ lib/ test/",
13
- "prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
+ "changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
14
"release": "/bin/bash scripts/release.sh",
15
"test": "node test/prepare.js && jest --config test/jest.config.js"
16
},
scripts/release.sh
@@ -28,7 +28,7 @@ select VERSION in patch minor major "Specific Version"
28
echo Releasing ${NEW_VERSION} ...
29
30
# github release
31
- npm run prepublishOnly
+ npm run changelog
32
git add CHANGELOG.md
33
git commit -m "chore: changelog"
34
git push
0 commit comments