Skip to content

Commit

Permalink
Merge pull request #829 from hoverinc/next
Browse files Browse the repository at this point in the history
Ugh I abandoned this branch/release channel because I rebased it and fucked up semantic-release... now it won't let me release on main (EINVALIDNEXTVERSION) until this is merged so hopefully merging it with a minimal diff appeases semantic-release otherwise I'm ditching it for good for Changesets 🖕🏻
  • Loading branch information
jrolfs committed Jan 19, 2023
2 parents ad6df53 + e0f0875 commit 6f208dd
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 909 deletions.
2 changes: 1 addition & 1 deletion src/config/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module.exports = {
'+([0-9])?(.{+([0-9]),x}).x',
'main',
'master',
'next',
'next-major',
{name: 'next', prerelease: true},
{name: 'alpha', prerelease: true},
{name: 'beta', prerelease: true},
],
Expand Down

0 comments on commit 6f208dd

Please sign in to comment.