Skip to content

Commit

Permalink
feat(new): check semantics release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: test
  • Loading branch information
sbanoeon committed Apr 17, 2024
1 parent f9ed2cd commit 99bae42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"preset": "conventionalcommits",
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
}
Expand Down

0 comments on commit 99bae42

Please sign in to comment.