build(semantic-release): updating conventions
This commit is contained in:
parent
4fdefa8d44
commit
c8c2c80cd2
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,12 @@ module.exports = {
|
|||
branches: ["main"],
|
||||
message: "chore(release): v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
|
||||
plugins: [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
{
|
||||
"preset": "conventionalcommits",
|
||||
},
|
||||
],
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/npm",
|
||||
[
|
||||
|
|
Reference in a new issue