Skip to content

Commit

Permalink
fix: fixed the prerelease issue where prerelease was set to the same …
Browse files Browse the repository at this point in the history
…branch.
  • Loading branch information
dlabaj committed Oct 3, 2024
1 parent 513950a commit 144926e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/release.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
branches: [
'do-not-delete',
{ name: 'v5', prerelease: true, channel: 'prerelease-v5', range: '5.x' },
{ name: 'v5', prerelease: true, channel: 'prerelease-v5' },
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' }
],
analyzeCommits: {
Expand Down

0 comments on commit 144926e

Please sign in to comment.