Skip to content

Commit

Permalink
Merge branch 'main' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Apr 17, 2024
2 parents 9ebab76 + 474c701 commit e8d1917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
}],
],
branches: [
{ name: 'main' },
{ name: '2.x', prerelease: true }
{ name: 'main', channel: '1.x' },
{ name: '2.x', channel: '2.x', prerelease: true }
],
};

0 comments on commit e8d1917

Please sign in to comment.