mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 22:18:40 +00:00
Remove git diffing part
Because we no bump versions
This commit is contained in:
parent
f52dd2b8f7
commit
559b2f871f
1 changed files with 0 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue