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 39bed74 commit 6b422cfCopy full SHA for 6b422cf
scripts/build.sh
@@ -11,7 +11,7 @@ else
11
fi
12
13
if [[ $(git tag --points-at HEAD 2> /dev/null) == v* ]]; then
14
- touch "${ROOTDIR}/prerelease.txt"
+ echo -n > prerelease.txt
15
16
17
mkdir -p "$BUILDDIR"
0 commit comments