We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a9fe7 commit b1dbc4bCopy full SHA for b1dbc4b
package.json
@@ -10,7 +10,7 @@
10
"dev": "node bin/vuepress dev docs",
11
"build": "node bin/vuepress build docs",
12
"lint": "eslint bin lib test",
13
- "deploy-gh": "GH=1 yarn build && bash scripts/deploy-gh.sh"
+ "prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
14
},
15
"repository": {
16
"type": "git",
@@ -93,6 +93,7 @@
93
"yaml-front-matter": "^4.0.0"
94
95
"devDependencies": {
96
+ "conventional-changelog": "^1.1.23",
97
"eslint": "^4.19.1",
98
"eslint-plugin-vue-libs": "^2.1.0",
99
"lint-staged": "^7.0.4",
scripts/deploy-gh.sh
0 commit comments