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 Mar 15, 2023
1 parent 78c82fe commit e8e53e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .releaserc.js
@@ -1,5 +1,12 @@
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 e8e53e3

Please sign in to comment.