Skip to content

Commit 56d9a3e

Browse files
committed
Improve build_releases.sh
1 parent 724c017 commit 56d9a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_releases.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ then
2525
git add Makefile.inc
2626
git commit -m "Set version in Makefile.inc"
2727
git tag v$NEW_VERSION
28-
git checkout master
28+
git checkout master -f
2929
git merge dev
30-
git push --tags
30+
git push origin v$NEW_VERSION
3131
git push
3232
fi
3333

0 commit comments

Comments
 (0)