Remove git diffing part

Because we no bump versions
This commit is contained in:
Philipp Hansch 2018-08-30 07:33:53 +02:00
parent f52dd2b8f7
commit 559b2f871f
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B
1 changed files with 0 additions and 7 deletions

View File

@ -4,13 +4,6 @@ set -e
./util/update_lints.py
git status --short | sort | grep -v README.md | grep -v helper.txt | sort > helper.txt
# abort if the files differ
diff "publish.files" "helper.txt"
rm helper.txt
# add all changed files
git add .
git commit -m "Bump the version"