Skip to content

Commit

Permalink
build: fix semantic-release with conventionalcommits preset
Browse files Browse the repository at this point in the history
  • Loading branch information
mackermans committed Jul 6, 2024
1 parent 1300cc6 commit f0b1823
Show file tree
Hide file tree
Showing 3 changed files with 14,408 additions and 8,209 deletions.
4 changes: 2 additions & 2 deletions release.config.js → .releaserc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = {
branches: ['main'],
plugins: [
'@semantic-release/commit-analyzer',
['@semantic-release/commit-analyzer', { preset: 'conventionalcommits' }],
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
'@semantic-release/npm',
'@semantic-release/github'
'@semantic-release/github',
]
}
Loading

0 comments on commit f0b1823

Please sign in to comment.