Skip to content

Commit

Permalink
chore: fix the allowed branches for semenatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jun 17, 2021
1 parent f13b0ea commit 6b8c488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const rules = [
const sortMap = Object.fromEntries(rules.map((rule, index) => [rule.title, index]));

module.exports = {
branches: ['main'],
branches: ['main', 'master'],
tagFormat: '${version}',
plugins: [
['@semantic-release/commit-analyzer', {
Expand Down

0 comments on commit 6b8c488

Please sign in to comment.