Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
255892a3efecbcef9256276eabbf73fee022c577
/
.
/
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
)