Skip to content

Commit

Permalink
fix: Update .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
braybatista authored Mar 11, 2024
1 parent 56c2db3 commit 51fdb7c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,18 @@
{ "tag": "ci", "release": "patch" },
{ "tag": "refactor", "release": "minor" },
{ "tag": "test", "release": "patch" },
{ "tag": "perf", "release": "minor" }
{ "tag": "perf", "release": "patch" }
],
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"breaking",
"Breaking",
"BREAKING"
]
}
}
],
[
"@semantic-release/release-notes-generator",
Expand All @@ -29,7 +38,7 @@
"presetConfig": {
"types": [
{ "tag": "breaking", "section": "Major version release", "hidden": false },
{ "tag": "BREAKING", "section": "Major version release", "hidden": false },
{ "tag": "BREAKING", "section": "Major version release", "hidden": true },
{ "tag": "feat", "section": "Features", "hidden": false },
{ "tag": "fix", "section": "testing message section", "hidden": false },
{ "tag": "hotfix", "section": "Bug Fixes", "hidden": false },
Expand Down

0 comments on commit 51fdb7c

Please sign in to comment.