Skip to content

Commit

Permalink
ci: setup alpha releases on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 7, 2023
1 parent f263a23 commit e88cdfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- main
- dev

permissions:
contents: read
Expand Down
7 changes: 6 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"repositoryUrl": "[email protected]:talent-ideal/semantic-release-hex.git",
"branches": [
"main"
"main",
{
"name": "dev",
"prerelease": "alpha",
"channel": "alpha"
}
],
"tagFormat": "v${version}",
"plugins": [
Expand Down

0 comments on commit e88cdfd

Please sign in to comment.