Skip to content

Commit de9e47a

Browse files
author
Guillaume Gautreau
authored
chore: correctly release beta version and support versions (#1004)
1 parent 9f6f903 commit de9e47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
branches: ['main'],
2+
branches: ['main', '+([0-9])?(.{+([0-9]),x}).x', {name: 'beta', prerelease: true}],
33
plugins: [
44
[
55
'@semantic-release/commit-analyzer', {

0 commit comments

Comments
 (0)