Skip to content

Commit

Permalink
chore(release): customize branches
Browse files Browse the repository at this point in the history
next should release prerelease versions
  • Loading branch information
UberMouse committed Jan 10, 2024
1 parent bebcba3 commit 0618f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const base = require("semantic-release-npm-github-publish");

module.exports = {
...base,
branches: ['+([0-9])?(.{+([0-9]),x}).x', 'master', {name: 'next', prerelease: true}, {name: 'beta', prerelease: true}, {name: 'alpha', prerelease: true}],
releaseRules: [],
plugins: [
...base.plugins.slice(1),
Expand Down

0 comments on commit 0618f0c

Please sign in to comment.