Skip to content

Commit

Permalink
Update .releaserc.json (#319)
Browse files Browse the repository at this point in the history
To fix pipeline issues
  • Loading branch information
Olrar committed Apr 25, 2024
1 parent 16e0d0b commit 0405a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
}]
],
"tagFormat": "${version}",
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "main", "next", "next-major", {"name": "beta", "prerelease": true}, {"name": 'alpha', "prerelease": true}]
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "main", "next", "next-major", {"name": "beta", "prerelease": true}, {"name": "alpha", "prerelease": true}]
}

0 comments on commit 0405a02

Please sign in to comment.