Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
ci(semantic-release): support all default distribution channels excep…
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkygames123 committed Feb 12, 2023
1 parent 4d7f37f commit a444269
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .releaserc.cjs
@@ -1,7 +1,14 @@
'use strict';

module.exports = {
branches: ['main'],
branches: [
'+([0-9])?(.{+([0-9]),x}).x',
'main',
'next',
'next-major',
{ name: 'beta', prerelease: true },
{ name: 'alpha', prerelease: true },
],
plugins: [
[
'@semantic-release/commit-analyzer',
Expand Down

0 comments on commit a444269

Please sign in to comment.