build: updating the release configuration to use conventional commits

This commit is contained in:
Dylan R. E. Moonfire 2022-02-15 20:46:16 -06:00
parent c224039257
commit 6365a1e8c9

View file

@ -2,7 +2,12 @@ module.exports = {
branches: ["main"],
message: "chore(release): v${nextRelease.version}\n\n${nextRelease.notes}",
plugins: [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
},
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"semantic-release-dotnet",