Skip to content

Commit d6b08fa

Browse files
committed
chore(release config): release config updatre
1 parent f12b4fa commit d6b08fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const SUCCESS_COMMENT = `:tada: This \${issue.pull_request ? 'pull request is in
2424
* https://github.com/semantic-release/changelog
2525
*/
2626
module.exports = {
27-
branches: ['refs/tags/v.x.x', { name: 'beta', prerelease: true }],
27+
branches: ['master', { name: 'beta', prerelease: true }],
2828
tagFormat: 'v${version}',
2929
ci: true,
3030
plugins: [

0 commit comments

Comments
 (0)