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 6b92abe commit 50b8154Copy full SHA for 50b8154
scripts/version.sh
@@ -17,7 +17,7 @@ cdroot
17
18
# If in Sapling, just print the commit since we don't have tags.
19
if [ -d ".sl" ]; then
20
- sl log -l 1 | awk '/changeset/ { print substr($2, 0, 16) }'
+ sl log -l 1 | awk '/changeset/ { printf "0.0.0+sl-%s\n", substr($2, 0, 16) }'
21
exit 0
22
fi
23
0 commit comments