still no stamping

stamping
Nick Dumas 1 year ago
parent c0e4adb98f
commit 884137a986

@ -14,6 +14,12 @@ common --lockfile_mode=off
# editor's search path.
build --symlink_prefix=dist/
###############################
# Stamping #
###############################
# Enable this with --config=release
build:release --stamp --workspace_status_command=./tools/git-desc.sh
###############################
# Output #
###############################

@ -2,5 +2,5 @@
tag=$(git describe --tags --dirty=-dev)
commit=$(git rev-parse HEAD | head -c8)
echo "STABLE_GIT_VERSION:$tag"
echo "STABLE_GIT_COMMIT:$commit"
echo "STABLE_GIT_VERSION $tag"
echo "STABLE_GIT_COMMIT $commit"
Loading…
Cancel
Save