We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a2417 commit 0cdfd70Copy full SHA for 0cdfd70
release.bat
@@ -1,14 +1,14 @@
1
-
2
call mvn versions:set -DnewVersion=%1
3
pause
4
call mvn versions:commit
5
6
-call mvn clean install -DperformRelease
+rem call mvn clean install -DperformRelease
7
8
rem -Psamples -Ptests -Pdist
9
-rem call mvn scm:commit -M="Version %1"
+git commit -a -m="Version %1"
10
11
rem call mvn scm:tag -Dtag=%1
+git tag -a %1 -m 'Version %1'
12
13
cd compiler
14
call mvn -DperformRelease -Psonatype-oss-release clean deploy
@@ -21,7 +21,6 @@ cd scripts
21
22
cd ..
23
24
-pause
25
cd nodejs
26
cd scripts
27
call mnpm publish
0 commit comments