Skip to content

Commit

Permalink
chore(ci): use conventionalcommits to detect breaking change with !
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 10, 2024
1 parent 1233bff commit 0ddfe03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"plugins": {
"@release-it/conventional-changelog": {
"header": "# Change Log\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.",
"preset": "angular",
"preset": "conventionalcommits",
"infile": "CHANGELOG.md"
}
}
Expand Down

0 comments on commit 0ddfe03

Please sign in to comment.