Skip to content

Commit

Permalink
build: start releasing alpha packages
Browse files Browse the repository at this point in the history
  • Loading branch information
arbrandes committed Mar 20, 2024
1 parent a49b063 commit 64fc8ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- alpha
jobs:
release:
name: Release
Expand Down
5 changes: 4 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"branch": "master",
"branches": [
"master",
{name: "alpha", prerelease: true}
],
"tagFormat": "v${version}",
"verifyConditions": [
"@semantic-release/npm",
Expand Down

0 comments on commit 64fc8ad

Please sign in to comment.