1diff --git a/scripts/prepack.sh b/scripts/prepack.sh
2index 2172706..1f8f152 100755
3--- a/scripts/prepack.sh
4+++ b/scripts/prepack.sh
5@@ -41,7 +41,7 @@ mkdir -p "$OUTDIR"
6 # Place info about the current commit into the build dir to easily identify releases
7 npm ls -depth -1 | head -n 1 | cut -d' ' -f 1 > "$OUTDIR"/release.txt
8 date >> "$OUTDIR"/release.txt
9-git rev-parse HEAD >> "$OUTDIR"/release.txt
10+cp COMMIT "$OUTDIR"/release.txt
11
12 # Place a json schema for the file format into the build directory too
13 node scripts/generate-file-format-schema-json.js > "$OUTDIR"/file-format-schema.json