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