Skip to content

Commit 303643a

Browse files
committed
fix release:changelog
1 parent 3669adc commit 303643a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/releaseChangelog.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ yargs(process.argv.slice(2))
206206
})
207207
.option('release', {
208208
// #default-branch-switch
209-
default: 'next',
209+
default: 'master',
210210
describe: 'Ref which we want to release',
211211
type: 'string',
212212
})

0 commit comments

Comments
 (0)