Skip to content

Commit 0cdfd70

Browse files
committed
=Version %1
1 parent 40a2417 commit 0cdfd70

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

release.bat

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
21
call mvn versions:set -DnewVersion=%1
32
pause
43
call mvn versions:commit
54
pause
6-
call mvn clean install -DperformRelease
5+
rem call mvn clean install -DperformRelease
76
pause
87
rem -Psamples -Ptests -Pdist
9-
rem call mvn scm:commit -M="Version %1"
8+
git commit -a -m="Version %1"
109
pause
1110
rem call mvn scm:tag -Dtag=%1
11+
git tag -a %1 -m 'Version %1'
1212
pause
1313
cd compiler
1414
call mvn -DperformRelease -Psonatype-oss-release clean deploy
@@ -21,7 +21,6 @@ cd scripts
2121
call mvn -DperformRelease -Psonatype-oss-release clean deploy
2222
cd ..
2323
pause
24-
pause
2524
cd nodejs
2625
cd scripts
2726
call mnpm publish

0 commit comments

Comments
 (0)