Skip to content

Commit d783259

Browse files
release script
1 parent 91fd8c2 commit d783259

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/create-release.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ set VERSION=9.4.5
77
@REM git checkout %BRANCH%
88

99

10+
git tag -f Release-%version%
11+
git push --tags --force
12+
1013
@REM run python prepare-release-files.py
1114
python prepare-release-files.py
1215

0 commit comments

Comments
 (0)