We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f33c0 commit 6de892dCopy full SHA for 6de892d
files.txt
@@ -21,4 +21,4 @@ file:734:updates_settings.py
21
file:890:utils.py
22
file:1007:webserver.py
23
file:846:worker.py
24
-file:2:version
+file:5:version
utilities/prepare_release.sh
@@ -1,9 +1,12 @@
1
#!/bin/bash
2
+if [ -z "$1" ]; then
3
+ echo "Tell me which version"
4
+fi
5
+echo -n "$1" > version
6
rm -f files.txt
7
python utilities/create_files_list.py > files.txt
8
python utilities/create_files_list.py > /tmp/pythings_files.txt
9
mv /tmp/pythings_files.txt files.txt
10
11
12
-echo -n "$1" > version
0 commit comments