Skip to content

Commit 144926e

Browse files
committed
fix: fixed the prerelease issue where prerelease was set to the same branch.
1 parent 513950a commit 144926e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
branches: [
33
'do-not-delete',
4-
{ name: 'v5', prerelease: true, channel: 'prerelease-v5', range: '5.x' },
4+
{ name: 'v5', prerelease: true, channel: 'prerelease-v5' },
55
{ name: 'main', channel: 'prerelease', prerelease: 'prerelease' }
66
],
77
analyzeCommits: {

0 commit comments

Comments
 (0)