Skip to content

Commit

Permalink
chore: fix semantic release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Sep 4, 2023
1 parent 17bd9b3 commit 64f92d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- next-major
- beta
- alpha
- '[0-9]+.x'
pull_request:
types: [opened, synchronize, reopened]
release:
Expand Down
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main",
"next",
"next-major",
"+([0-9])?(.{+([0-9]),x}).x",
{"name": "beta", "prerelease": true},
{"name": "alpha", "prerelease": true}
],
Expand Down

0 comments on commit 64f92d9

Please sign in to comment.