summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bestwalter <oliver.bestwalter@avira.com>2017-09-29 20:04:46 +0200
committerOliver Bestwalter <oliver.bestwalter@avira.com>2017-09-29 20:04:46 +0200
commit6a36793d766e61b0e96bdde87b8f4942e6fef7ea (patch)
tree060f5cebe9cbc64c2a2fe06b3faba9fa55e5daca
parentaea56f3edef98f67a1574685dd6eb87f7c641b9b (diff)
downloadtox-git-6a36793d766e61b0e96bdde87b8f4942e6fef7ea.tar.gz
don't flood me with data
-rwxr-xr-xtasks/pra.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/pra.sh b/tasks/pra.sh
index 340125de..462253a2 100755
--- a/tasks/pra.sh
+++ b/tasks/pra.sh
@@ -47,7 +47,7 @@ prep () {
python setup.py check -r -s
_confirm "towncrier news rendered - move on?"
git add CHANGELOG.rst
- git status --verbose
+ git status
_confirm "changes to repository o.k.?"
git commit -m "release preparation for ${VERSION}"
git tag -s ${VERSION} -m "release tox ${VERSION}"