Skip to content

Commit

Permalink
fix: updating commit conventions Update .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
braybatista authored Mar 8, 2024
1 parent 05693c2 commit 165bdee
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
{
"preset": "conventionalcommits",
"releaseRules": [
{
"type": "*!",
"release": "major"
}
{ "type": "BREAKING CHANGE", "release": "major" },
{ "type": "breaking change", "release": "major" },
{ type: "hotfix", release: "patch" },
{ type: "docs", release: "patch" },
{ type: "refactor", release: "patch" },
{ type: "perf", release: "patch" },
{ type: "ci", release: "patch" },
{ type: "chore", release: "patch" },
{ type: "test", release: "patch" },
]
}
],
Expand Down

0 comments on commit 165bdee

Please sign in to comment.