Skip to content

Commit

Permalink
feat(semantic-release-config): use default config for branches
Browse files Browse the repository at this point in the history
  • Loading branch information
pplancq committed Nov 14, 2024
1 parent 6e71da3 commit 2826341
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/semantic-release-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ if (disabledReleasedLabels) {

/** @type {import('semantic-release').GlobalConfig} */
const config = {
branches: ['main'],
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 2826341

Please sign in to comment.