Sort entries in pre-publish script

This commit is contained in:
Oliver Schneider 2017-05-19 17:02:29 +02:00
parent dff584c51a
commit 2f67767243
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ set -e
./util/update_lints.py
git status --short | sort | grep -v README.md | grep -v helper.txt > helper.txt
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"

View File

@ -1,3 +1,3 @@
M CHANGELOG.md
M Cargo.toml
M CHANGELOG.md
M clippy_lints/Cargo.toml