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