Skip to content

Commit

Permalink
fix: add beta branch to trigger the release
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed Aug 20, 2024
1 parent a441cf4 commit 33771b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
branches: [
'main',
'+([0-9])?(.{+([0-9]),x}).x',
{ name: 'beta/*', prerelease: 'rc' }
{ name: 'beta', prerelease: 'rc' }
],
plugins: [
'@semantic-release/commit-analyzer',
Expand Down

0 comments on commit 33771b5

Please sign in to comment.