Skip to content

Commit

Permalink
fix(release.config): clean up
Browse files Browse the repository at this point in the history
nicolethoen authored Mar 20, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
lsf37 Gerwin Klein
1 parent 89066f6 commit 855c265
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/module/release.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
module.exports = {
branches: [
'main',
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' },
],
branches: [{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' }],
analyzeCommits: {
preset: 'angular'
},

0 comments on commit 855c265

Please sign in to comment.