0

Set Git user

This commit is contained in:
Ronald Jack Jenkins Jr
2017-07-30 21:35:49 -04:00
parent 08148d7331
commit 4bc9099108

View File

@@ -21,6 +21,8 @@ deployment:
commands:
- mvn clean
- mvn -s settings.xml -Drtr.release=true
- git config --global user.email "me@ronjenkins.info"
- git config --global user.name "Ronald Jack Jenkins Jr."
- git add pom.xml
- git commit -m "Committing release $(cat .version)"
- git tag $(cat .version)