Skip to content

Commit 09d8035

Browse files
committed
Fix branch name in release configuration from 'main' to 'master'
1 parent c640371 commit 09d8035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const sortMap = Object.fromEntries(
1515
* @type {import('semantic-release').GlobalConfig}
1616
*/
1717
module.exports = {
18-
branches: ['main', { name: 'next', prerelease: 'next' }],
18+
branches: ['master', { name: 'next', prerelease: 'next' }],
1919
plugins: [
2020
[
2121
'@semantic-release/commit-analyzer',

0 commit comments

Comments
 (0)