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 81423a5 commit 6d7a4daCopy full SHA for 6d7a4da
scripts/changesets-release.sh
@@ -4,8 +4,8 @@
4
# The prerelease tags come from the `pre.json`` "tag" field
5
if [ -f ".changeset/pre.json" ];
6
echo "Publishing with default changesets tag (pre-release)"
7
- #pnpm exec changeset publish
+ pnpm exec changeset publish
8
else
9
echo "Publishing with v6 tag (stable release)"
10
- #pnpm exec changeset publish --tag v6
+ pnpm exec changeset publish --tag v6
11
fi
0 commit comments