Skip to content

Commit

Permalink
commit description on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodeur committed Feb 8, 2018
1 parent 4807851 commit 99ae489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -14,3 +14,5 @@
/.idea/
*.mwb.beforefix
*.DS_Store

source/\.idea/
2 changes: 1 addition & 1 deletion docker/images/cerberus-as-glassfish/release.cmds
Expand Up @@ -39,5 +39,5 @@ docker push cerberustesting/cerberus-as-glassfish:latest

# Apply changes to SCM
git add README.md ${RELEASE_VERSION} latest
git commit -m 'chore: new cerberus-as-glassfish-${RELEASE_VERSION} version'
git commit -m 'chore:docker new cerberus-as-glassfish-${RELEASE_VERSION} version'
git push origin master
2 changes: 1 addition & 1 deletion release.cmds
Expand Up @@ -49,7 +49,7 @@ awk '/asadmin deploy/ {$0="$GLASSFISHPATH/asadmin deploy --target server --conte
awk '/asadmin.bat deploy/{print "CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-${RELEASE_VERSION}"}1' bin/02DeployApp.bat > bin/02DeployApp.bat.back && mv bin/02DeployApp.bat.back bin/02DeployApp.bat
awk '/asadmin.bat deploy/ {$0="CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\\..\\source\\target\\Cerberus-${RELEASE_VERSION}.war"} {print}' bin/02DeployApp.bat > bin/02DeployApp.bat.back && mv bin/02DeployApp.bat.back bin/02DeployApp.bat
git add bin/02DeployApp.sh bin/02DeployApp.bat
git commit -m 'chore: prepare the new ${RELEASE_VERSION} version'
git commit -m 'chore:source prepare the new ${RELEASE_VERSION} version'

# Execute release
mvn --batch-mode -Prelease release:prepare -Dtag=cerberus-testing-${RELEASE_VERSION} -DreleaseVersion=${RELEASE_VERSION} -DdevelopmentVersion=${NEXT_DEVELOPMENT_VERSION}
Expand Down

0 comments on commit 99ae489

Please sign in to comment.