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 c640371 commit 09d8035Copy full SHA for 09d8035
1 file changed
release.config.cjs
@@ -15,7 +15,7 @@ const sortMap = Object.fromEntries(
15
* @type {import('semantic-release').GlobalConfig}
16
*/
17
module.exports = {
18
- branches: ['main', { name: 'next', prerelease: 'next' }],
+ branches: ['master', { name: 'next', prerelease: 'next' }],
19
plugins: [
20
[
21
'@semantic-release/commit-analyzer',
0 commit comments