Skip to content

Commit

Permalink
fix(semver): update branch names to match default semver channels
Browse files Browse the repository at this point in the history
  • Loading branch information
ccjjmartin committed Mar 22, 2022
1 parent c0cf1e3 commit edc38d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ workflows:
- '/^4.*/'
- '/^3.*/'
- '/^2.*/'
- main
- next
- next-major
- '/^*-alpha'
- '/^*-beta'
6 changes: 5 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
module.exports = {
branches: [
'+([0-9])?(.{+([0-9]),x}).x',
'master',
'main',
'next',
'next-major',
{name: 'beta', prerelease: true},
{name: 'alpha', prerelease: true}
],
plugins: [
['@semantic-release/commit-analyzer'],
Expand Down

0 comments on commit edc38d6

Please sign in to comment.