Skip to content

Commit

Permalink
fix: release job corrected branch name and upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Jul 3, 2024
1 parent 2ace530 commit 8552975
Show file tree
Hide file tree
Showing 3 changed files with 1,722 additions and 1,357 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Release
on:
push:
branches:
- master
- alpha
- beta
- main

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "main", {"name": "beta", "prerelease": true}, {"name": "alpha", "prerelease": true}],
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down
Loading

0 comments on commit 8552975

Please sign in to comment.