docs: update commit spec and change log config (#758)

This commit is contained in:
ChenMo
2022-04-25 14:14:23 +08:00
committed by GitHub
parent 9314d3a46a
commit 0c52e843ec
2 changed files with 6 additions and 14 deletions

16
.github/release.yml vendored
View File

@@ -1,26 +1,20 @@
changelog:
exclude:
labels:
- ignore-for-release
- ignore for release
categories:
- title: Breaking Changes 🛠
labels:
- breaking
- title: Features 🎉
labels:
- feat
- feature
- enhancement
- title: Fixed
labels:
- fix
- bug
- title: Other Changes 🐞
labels:
- refactor
- perf
- chore
- build
- ci
- doc
- types
- style
- test
- "*"

View File

@@ -18,8 +18,7 @@
"b:umd": "cross-env BUILD_TYPE=UMD rollup -c",
"b:miniprogram": "cross-env BUILD_TYPE=MINI rollup -c",
"b:all": "npm run b:types && cross-env BUILD_TYPE=ALL rollup -c",
"clean": "lerna exec -- rm -rf dist && lerna clean",
"changelog": "node tools/gen-changelog.js"
"clean": "lerna exec -- rm -rf dist && lerna clean"
},
"devDependencies": {
"@babel/core": "^7.12.10",
@@ -43,7 +42,6 @@
"@typescript-eslint/parser": "^4.12.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"conventional-changelog": "^3.1.24",
"cross-env": "^5.2.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",