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