Skip to content

Commit

Permalink
fix: use tagFormat for monorepos
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 24, 2023
1 parent e91f0d9 commit 81edfff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "./index.js",
"branches": ["main", {"name": "canary","prerelease": true}]
"branches": ["main", {"name": "canary","prerelease": true}],
"tagFormat": "@sanity/semantic-release-preset@${version}"
}

0 comments on commit 81edfff

Please sign in to comment.