We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2400e commit 6f6443aCopy full SHA for 6f6443a
scripts/changesets-release.sh
@@ -10,5 +10,5 @@ if [ ${IS_PRERELEASE} == "true" ]; then
10
pnpm exec changeset publish
11
else
12
echo "Publishing with v6 tag (stable release)"
13
- pnpm exec changeset publish --tag v6
+ pnpm exec changeset publish --tag version-6
14
fi
0 commit comments