mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-15 19:05:43 +00:00
build(dependencies): use commitizen
This commit is contained in:
parent
76579ea6a8
commit
463a57bad7
3 changed files with 1746 additions and 3 deletions
|
|
@ -16,7 +16,8 @@ module.exports = {
|
|||
{
|
||||
"assets": [
|
||||
"docs/CHANGELOG.md",
|
||||
"package.json"
|
||||
"package.json",
|
||||
"package-lock.json"
|
||||
],
|
||||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue