build: updating the release configuration to use conventional commits
This commit is contained in:
parent
c224039257
commit
6365a1e8c9
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,12 @@ module.exports = {
|
||||||
branches: ["main"],
|
branches: ["main"],
|
||||||
message: "chore(release): v${nextRelease.version}\n\n${nextRelease.notes}",
|
message: "chore(release): v${nextRelease.version}\n\n${nextRelease.notes}",
|
||||||
plugins: [
|
plugins: [
|
||||||
|
[
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
|
{
|
||||||
|
"preset": "conventionalcommits",
|
||||||
|
},
|
||||||
|
],
|
||||||
"@semantic-release/release-notes-generator",
|
"@semantic-release/release-notes-generator",
|
||||||
"@semantic-release/npm",
|
"@semantic-release/npm",
|
||||||
"semantic-release-dotnet",
|
"semantic-release-dotnet",
|
||||||
|
|
Reference in a new issue