Skip to content

Commit

Permalink
chore: create an alpha package
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Nov 14, 2024
1 parent 9f7393a commit a3ccfaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Publish
on:
push:
branches:
- main
- release
- alpha
workflow_dispatch:

concurrency: release
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
},
{
"name": "release"
},
{
"name": "alpha",
"prerelease": "alpha"
}
],
"plugins": [
Expand Down Expand Up @@ -168,4 +172,4 @@
"@semantic-release/github"
]
}
}
}

0 comments on commit a3ccfaf

Please sign in to comment.