Skip to content

Commit

Permalink
feat: allow canary branch to make releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jjburbridge committed Nov 28, 2024
1 parent f1baf6b commit 936068d
Showing 1 changed file with 1 addition and 1 deletion.
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": "canary", "prerelease": true}]
}

0 comments on commit 936068d

Please sign in to comment.