Skip to content

Commit

Permalink
ci: add conventionalcommits preset to the semantic-release commit-ana…
Browse files Browse the repository at this point in the history
…lyzer plugin [skip ci]

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
  • Loading branch information
yshyn-iohk committed Oct 10, 2024
1 parent 1c0a105 commit 523fac9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ export default {
{ name: 'beta', prerelease: true }
],
plugins: [
'@semantic-release/commit-analyzer',
['@semantic-release/commit-analyzer', {
"preset": "conventionalcommits"
}],
["@semantic-release/exec", {
"prepareCmd": "echo ${nextRelease.version} > .release-version"
}],
Expand Down

0 comments on commit 523fac9

Please sign in to comment.