Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
5db7c8ee03c4d16eba9e109679f3f3b4e596d585
/
.
/
scripts
/
current_version.sh
blob: 8f055f9c45916ff2c33a05a824df86330c89cafc [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
# Used with Bazel's stamping feature
echo BUILD_SCM_VERSION $
(
git describe
--
abbrev
=
7
--
tags HEAD
)