Skip to content

Commit

Permalink
build(release): add "master" branch to release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jan 6, 2025
1 parent a872f77 commit 03734ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = deepMergeConfig(
moduleExport(assertEnvironment({ projectRoot: __dirname })),
{
// Any custom configs here will be deep merged with moduleExport's result
branches: ['master']
}
);

Expand Down

0 comments on commit 03734ea

Please sign in to comment.