Skip to content

Commit

Permalink
chore: release 之前生成 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Jun 11, 2018
1 parent d06d1e7 commit 97ab0bf
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 172 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"bootstrap": "npm-run-all clear-all bootstrap:lerna",
"build": "lerna run build",
"build:docs": "node ./build/docs.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release:lerna": "lerna publish --force-publish=* --exact --skip-temp-tag",
"release:beta": "lerna publish --force-publish=* --exact --skip-temp-tag --preid=beta --npm-tag=beta",
"release": "npm-run-all build release:lerna"
"release": "npm run changelog && npm-run-all build release:lerna"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,6 +47,7 @@
"babel-eslint": "^7.2.3",
"babel-loader": "^8.0.0-beta.0",
"babel-preset-es2015": "^6.24.1",
"conventional-changelog-cli": "^2.0.1",
"css-loader": "^0.28.10",
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
Expand Down
Loading

0 comments on commit 97ab0bf

Please sign in to comment.