Skip to content

Commit

Permalink
[ci] Fix the release:changelog cmd (mui#43451)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored and aarongarciah committed Aug 26, 2024
1 parent 088ad89 commit 2fdfc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/releaseChangelog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ yargs(process.argv.slice(2))
})
.option('release', {
// #default-branch-switch
default: 'next',
default: 'master',
describe: 'Ref which we want to release',
type: 'string',
})
Expand Down

0 comments on commit 2fdfc47

Please sign in to comment.