Skip to content

Commit 6d7a4da

Browse files
committed
oops uncomment
1 parent 81423a5 commit 6d7a4da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/changesets-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# The prerelease tags come from the `pre.json`` "tag" field
55
if [ -f ".changeset/pre.json" ];
66
echo "Publishing with default changesets tag (pre-release)"
7-
#pnpm exec changeset publish
7+
pnpm exec changeset publish
88
else
99
echo "Publishing with v6 tag (stable release)"
10-
#pnpm exec changeset publish --tag v6
10+
pnpm exec changeset publish --tag v6
1111
fi

0 commit comments

Comments
 (0)