Skip to content

Commit

Permalink
fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
roginfarrer committed Oct 3, 2021
1 parent 62b2d58 commit 5b71da1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
branches: [
'+([0-9])?(.{+([0-9]),x}).x',
'main',
'next',
'next-major',
{ name: 'beta', prerelease: true },
{ name: 'alpha', prerelease: true },
],
}

0 comments on commit 5b71da1

Please sign in to comment.