Skip to content

Commit

Permalink
chore(release): switch to conventionalcommits standard for release au…
Browse files Browse the repository at this point in the history
…tomation

angular standard is the default, but it does not allow `!` and does not recognize
'BREAKING CHANGES' (with the 'S'), too strict and not current with evolved standard
  • Loading branch information
mikehardy committed Dec 12, 2021
1 parent 56c6058 commit 638c63f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .releaserc
Expand Up @@ -4,8 +4,12 @@
"next"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/commit-analyzer", {
"preset": "conventionalcommits"
}],
["@semantic-release/release-notes-generator", {
"preset": "conventionalcommits"
}],
"@semantic-release/changelog",
"@semantic-release/npm",
[
Expand All @@ -20,4 +24,4 @@
],
"@semantic-release/github"
]
}
}

0 comments on commit 638c63f

Please sign in to comment.