Skip to content

Commit

Permalink
fix: setup semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Aug 17, 2022
1 parent b4c7928 commit e091626
Show file tree
Hide file tree
Showing 3 changed files with 1,477 additions and 1,769 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

release:
name: 'Semantic release'
needs: test
needs: testgit notes --ref semantic-release
runs-on: ubuntu-latest
if: inputs.release == true
steps:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "@sanity/semantic-release-preset",
"branches": ["main"]
"branches": ["main", {"name": "v3", "channel": "studio-v3", "prerelease": "v3-studio"}]
}
Loading

0 comments on commit e091626

Please sign in to comment.