Skip to content

Commit

Permalink
fix: Update .releaserc
Browse files Browse the repository at this point in the history
BREAKING CHANGE: It will be significant" # warning
  • Loading branch information
braybatista authored Mar 11, 2024
1 parent 208c929 commit 2bdfdbd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,25 @@
[
"@semantic-release/release-notes-generator",
{
"preset": "eslint"
"preset": "eslint",
"presetConfig": {
types: [
{ "tag": "breaking", "section": "Major version release" },
{ "tag": "feat", "section": "Features" },
{ "tag": "fix", "section": "testing message section" },
{ "tag": "hotfix", "section": "Bug Fixes" },
{ "tag": "update", "section": "Updates" },
{ "tag": "upgrate", "section": "Upgrates" },
{ "tag": "breaking", "section": "Major version release" },
{ "tag": "docs", "section": "Documentation" },
{ "tag": "chore", "section": "Chores" },
{ "tag": "build", "section": "CI/CD Changes" },
{ "tag": "ci", "section": "CI/CD Changes" },
{ "tag": "test", "section": "Tests" },
{ "tag": "refactor", "section": "Refactoring" },
{ "tag": "perf", "section": "Performance Improvements" }
],
}
}
],
"@semantic-release/github"
Expand Down

0 comments on commit 2bdfdbd

Please sign in to comment.