Skip to content

Commit

Permalink
fix up release rc
Browse files Browse the repository at this point in the history
  • Loading branch information
dgattey committed Oct 8, 2023
1 parent b4f7050 commit 50176e8
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,22 @@
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "chore",
"release": "patch"
},
{
"type": "build",
"release": "patch"
"message": "*breaking*",
"release": "major"
},
{
"type": "test",
"release": "patch"
"type": "feat",
"release": "minor"
},
{
"type": "ci",
"release": "patch"
"message": "*feat*",
"release": "minor"
},
{
"type": "fix",
"subject": "*",
"release": "patch"
},
{
"type": "feat",
"release": "minor"
}
],
"parserOpts": {
Expand Down

0 comments on commit 50176e8

Please sign in to comment.