Skip to content

Commit c0469d0

Browse files
authored
chore: update semantic-release/commit-analyzer rules (#187)
1 parent f39f6bb commit c0469d0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.releaserc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
{
2+
"plugins": [
3+
[
4+
"@semantic-release/commit-analyzer",
5+
{
6+
"preset": "angular",
7+
"releaseRules": [
8+
{ "type": "chore", "release": "patch" }
9+
],
10+
"parserOpts": {
11+
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
12+
}
13+
}
14+
]
15+
],
216
"prepare": [
317
"@semantic-release/npm",
418
{

0 commit comments

Comments
 (0)