0

Include README.md changes in release

This commit is contained in:
Ronald Jack Jenkins Jr
2017-07-30 23:07:12 -04:00
parent 92025d4a91
commit 9b0c73b2c5

View File

@@ -13,7 +13,7 @@ git config --global user.name "Ronald Jack Jenkins Jr."
POM_VERSION=$(cat .version | xargs)
git add pom.xml
git add pom.xml README.md
git commit -m "Committing release $POM_VERSION"
git tag "$POM_VERSION"