Skip to content

Commit

Permalink
Merge pull request #9 from motionhungry/fix/semantic-release
Browse files Browse the repository at this point in the history
fix: fix semantic release config
  • Loading branch information
kyleget authored Feb 2, 2024
2 parents f3d6ad2 + 3ef924c commit 94500e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- next

jobs:
release:
Expand Down
12 changes: 12 additions & 0 deletions release.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"release": {
"branches": [
"main",
{
"name": "next",
"prerelease": "true"
}
],
"tagFormat": "${version}"
}
}

0 comments on commit 94500e3

Please sign in to comment.