Skip to content

Commit 6f1a7b7

Browse files
committed
put the release script back to normal
1 parent fb192a7 commit 6f1a7b7

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)