Skip to content

Commit

Permalink
ci: add conventionalcommits preset to the semantic-release (#357)
Browse files Browse the repository at this point in the history
ci: add conventionalcommits preset to the semantic-release [skip ci]

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
  • Loading branch information
yshyn-iohk authored Oct 21, 2024
1 parent 84b9a4d commit 0a328e3
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 0a328e3

Please sign in to comment.