We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13b0ea commit 6b8c488Copy full SHA for 6b8c488
1 file changed
.releaserc.js
@@ -11,7 +11,7 @@ const rules = [
11
const sortMap = Object.fromEntries(rules.map((rule, index) => [rule.title, index]));
12
13
module.exports = {
14
- branches: ['main'],
+ branches: ['main', 'master'],
15
tagFormat: '${version}',
16
plugins: [
17
['@semantic-release/commit-analyzer', {
0 commit comments