Skip to content

Commit a577990

Browse files
committed
remove while doing release candidates
1 parent 1fb4f7a commit a577990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ git commit -am "Version $next_version"
3737
git push origin master
3838

3939
git tag $next_ref
40-
git tag latest -f
40+
#git tag latest -f
4141

4242
git push origin $next_ref
43-
git push origin latest -f
43+
#git push origin latest -f
4444

4545
node scripts/build.js
4646

0 commit comments

Comments
 (0)