fix logic for detecting changes in README.md

This commit is contained in:
Cory Bennett
2017-09-17 15:53:30 -07:00
parent c9d8dfbe55
commit 96b4658dcb
+1 -1
View File
@@ -70,7 +70,7 @@ release:
echo '```' >> README.md
./jira --help-long >> README.md || true
echo '```' >> README.md
git diff --shortstat README.md | grep -v . || git commit -m "Updated Usage" README.md
git diff --exit-code --quiet README.md || git commit -m "Updated Usage" README.md
git commit -m "Updated Changelog" CHANGELOG.md
git commit -m "version bump" jira.go
git tag v$(NEWVER)