Skip to content

Commit

Permalink
ci: add conventionalcommits preset to the semantic-release [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed Oct 10, 2024
1 parent 84b9a4d commit d8afdda
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: 'rc' }
],
plugins: [
'@semantic-release/commit-analyzer',
['@semantic-release/commit-analyzer', {
"preset": "conventionalcommits"
}],
'@semantic-release/release-notes-generator',
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md"
Expand Down

0 comments on commit d8afdda

Please sign in to comment.