Skip to content

Commit b1dbc4b

Browse files
committed
workflow: scripts
1 parent 16a9fe7 commit b1dbc4b

File tree

3 files changed

+463
-18
lines changed

3 files changed

+463
-18
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "node bin/vuepress dev docs",
1111
"build": "node bin/vuepress build docs",
1212
"lint": "eslint bin lib test",
13-
"deploy-gh": "GH=1 yarn build && bash scripts/deploy-gh.sh"
13+
"prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
1414
},
1515
"repository": {
1616
"type": "git",
@@ -93,6 +93,7 @@
9393
"yaml-front-matter": "^4.0.0"
9494
},
9595
"devDependencies": {
96+
"conventional-changelog": "^1.1.23",
9697
"eslint": "^4.19.1",
9798
"eslint-plugin-vue-libs": "^2.1.0",
9899
"lint-staged": "^7.0.4",

scripts/deploy-gh.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)