Skip to content

Commit

Permalink
Merge pull request #18 from tiavina-mika/develop
Browse files Browse the repository at this point in the history
BREAKING: update config
  • Loading branch information
tiavina-mika authored May 1, 2024
2 parents e1bc6b0 + 9b9a09f commit c61dc38
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
{ "type": "revert", "release": "patch" },
{ "type": "fix", "release": "patch" },
{ "type": "feat", "release": "minor" },
{ "type": "BREAKING CHANGE", "release": "major" }
]
{ "breaking": true, "release": "major" }
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
}
}
],
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit c61dc38

Please sign in to comment.