Skip to content

Commit 559b2f8

Browse files
committed
Remove git diffing part
Because we no bump versions
1 parent f52dd2b commit 559b2f8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pre_publish.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ set -e
44

55
./util/update_lints.py
66

7-
git status --short | sort | grep -v README.md | grep -v helper.txt | sort > helper.txt
8-
9-
# abort if the files differ
10-
diff "publish.files" "helper.txt"
11-
12-
rm helper.txt
13-
147
# add all changed files
158
git add .
169
git commit -m "Bump the version"

0 commit comments

Comments
 (0)