Skip to content

Commit

Permalink
Merge pull request #403 from lifeomic/fix-1.x-semantic-release
Browse files Browse the repository at this point in the history
Fix semantic release branch name
  • Loading branch information
mdlavin authored Sep 29, 2023
2 parents 44e61d1 + 0e0bb69 commit 1dea528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
branches: [
{ name: '1.x', range: '1.x', channel: 'release-1.x' },
{ name: 'release-1.x', range: '1.x', channel: '1.x' },
{ name: 'master' },
],
plugins: [
Expand Down

0 comments on commit 1dea528

Please sign in to comment.