mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
build(dependencies): use commitizen
This commit is contained in:
parent
76579ea6a8
commit
463a57bad7
3 changed files with 1746 additions and 3 deletions
1738
package-lock.json
generated
1738
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -23,5 +23,13 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.1.3",
|
"@actions/core": "^1.1.3",
|
||||||
"semantic-release": "^15.13.24"
|
"semantic-release": "^15.13.24"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"cz-conventional-changelog": "^3.0.2"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"commitizen": {
|
||||||
|
"path": "./node_modules/cz-conventional-changelog"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@ module.exports = {
|
||||||
{
|
{
|
||||||
"assets": [
|
"assets": [
|
||||||
"docs/CHANGELOG.md",
|
"docs/CHANGELOG.md",
|
||||||
"package.json"
|
"package.json",
|
||||||
|
"package-lock.json"
|
||||||
],
|
],
|
||||||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue