Skip to content

Commit c505e70

Browse files
committed
update release script order
1 parent ebd9cf5 commit c505e70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ $changelog -t $next_ref
3636

3737
git commit -am "Version $next_version"
3838

39+
# push first to make sure we're up-to-date
40+
git push origin master
41+
3942
git tag $next_ref
4043
git tag latest -f
4144

42-
git push origin master
4345
git push origin $next_ref
4446
git push origin latest -f
4547

0 commit comments

Comments
 (0)