Skip to content
Snippets Groups Projects
Commit 1e3948db authored by fabio.memoli@micegroup.it's avatar fabio.memoli@micegroup.it
Browse files

Update

parent 7ba12952
Branches
Tags
No related merge requests found
...@@ -17,9 +17,7 @@ call mvn release:prepare -DremoteTagging=false -DpushChanges=false ...@@ -17,9 +17,7 @@ call mvn release:prepare -DremoteTagging=false -DpushChanges=false
if %ERRORLEVEL% neq 0 goto ExitOnError if %ERRORLEVEL% neq 0 goto ExitOnError
rem Push remote tag and changes. rem Push remote tag and changes.
call git commit -a -m "Prepare a release" call git commit -a -m "Prepare a release" 2>null
if %ERRORLEVEL% neq 0 goto ExitOnError
call git tag "%TAG_NAME%" call git tag "%TAG_NAME%"
if %ERRORLEVEL% neq 0 goto ExitOnError if %ERRORLEVEL% neq 0 goto ExitOnError
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment