We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a872f77 commit 03734eaCopy full SHA for 03734ea
1 file changed
release.config.cjs
@@ -17,6 +17,7 @@ module.exports = deepMergeConfig(
17
moduleExport(assertEnvironment({ projectRoot: __dirname })),
18
{
19
// Any custom configs here will be deep merged with moduleExport's result
20
+ branches: ['master']
21
}
22
);
23
0 commit comments