Skip to content

Commit

Permalink
chore: Update .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
braybatista authored Mar 11, 2024
1 parent 2bdfdbd commit 39a8e6c
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,20 @@
{
"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" }
"types": [
{ "tag": "breaking", "section": "Major version release", "hidden": false },
{ "tag": "feat", "section": "Features", "hidden": false },
{ "tag": "fix", "section": "testing message section", "hidden": false },
{ "tag": "hotfix", "section": "Bug Fixes", "hidden": false },
{ "tag": "update", "section": "Updates", "hidden": false },
{ "tag": "upgrate", "section": "Upgrates", "hidden": false },
{ "tag": "docs", "section": "Documentation", "hidden": false },
{ "tag": "chore", "section": "Chores", "hidden": false },
{ "tag": "build", "section": "CI/CD Changes", "hidden": false },
{ "tag": "ci", "section": "CI/CD Changes", "hidden": false },
{ "tag": "test", "section": "Tests", "hidden": false },
{ "tag": "refactor", "section": "Refactoring", "hidden": false },
{ "tag": "perf", "section": "Performance Improvements", "hidden": false }
],
}
}
Expand Down

0 comments on commit 39a8e6c

Please sign in to comment.