Skip to content

Commit

Permalink
docs: switches from angular to conventionalcommits preset for changel…
Browse files Browse the repository at this point in the history
…og generation
  • Loading branch information
kleinfreund committed Aug 2, 2023
1 parent d1f9db7 commit d723237
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

// This takes the releasing commits’ messages and compiles release notes to be used for the CHANGELOG.md file and the GitHub release.
// https://github.com/semantic-release/release-notes-generator
'@semantic-release/release-notes-generator',
['@semantic-release/release-notes-generator', {
preset: 'conventionalcommits',
}],

// This creates/updates the CHANGELOG.md file.
// https://github.com/semantic-release/changelog
Expand Down

0 comments on commit d723237

Please sign in to comment.