fix(semantic-release): updating inherits
This commit is contained in:
parent
9fa2635f1b
commit
7cb572bd2e
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
module.exports = {
|
||||
extends: ["@commitlint/config-conventional"],
|
||||
branches: ["main"],
|
||||
message: "chore(release): v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
|
||||
plugins: [
|
||||
|
|
Reference in a new issue