Skip to content

Commit

Permalink
fix: fixed issue where v5 branch was not releasing to npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Oct 3, 2024
1 parent 88a929b commit 77ebb85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/module/release.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module.exports = {
branches: [
'do-not-delete',
{ name: 'v5', prerelease: 'prerelease', channel: 'prerelease-v5', range: '5.x' } ],
{ name: 'v5', prerelease: 'prerelease', channel: 'prerelease-v5', range: '5.x' },
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' }
],
analyzeCommits: {
preset: 'angular'
},
Expand Down

0 comments on commit 77ebb85

Please sign in to comment.