Skip to content

Commit

Permalink
ci: add main branch for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Trickfilm400 committed Jun 16, 2023
1 parent 8a5bcd3 commit 2fe4dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.json
Expand Up @@ -10,5 +10,6 @@
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
],
"tagFormat": "${version}"
"tagFormat": "${version}",
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "main", "next", "next-major", {"name": "beta", "prerelease": true}, {"name": 'alpha', "prerelease": true}]
}

0 comments on commit 2fe4dc8

Please sign in to comment.