Skip to content

Commit

Permalink
ci(repo): change commit-analyzer preset
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Aug 22, 2024
1 parent ba5bf56 commit 0e9146e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
*/
const release = {
branches: ["main"],
plugins: [
[
"@semantic-release/commit-analyzer",
{
preset: "conventionalcommits",
},
],
],
};

export default release;

0 comments on commit 0e9146e

Please sign in to comment.