Skip to content

Commit 6b8c488

Browse files
committed
chore: fix the allowed branches for semenatic release
1 parent f13b0ea commit 6b8c488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const rules = [
1111
const sortMap = Object.fromEntries(rules.map((rule, index) => [rule.title, index]));
1212

1313
module.exports = {
14-
branches: ['main'],
14+
branches: ['main', 'master'],
1515
tagFormat: '${version}',
1616
plugins: [
1717
['@semantic-release/commit-analyzer', {

0 commit comments

Comments
 (0)