From 7543e9ec2043af7d071373aeec04b92a98051087 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Mon, 1 Apr 2019 16:17:40 -0700 Subject: Add release hook and version flag PiperOrigin-RevId: 241421671 Change-Id: Ic0cebfe3efd458dc42c49f7f812c13318705199a --- tools/workspace_status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/workspace_status.sh') diff --git a/tools/workspace_status.sh b/tools/workspace_status.sh index 7d44dad37..a0e646e45 100755 --- a/tools/workspace_status.sh +++ b/tools/workspace_status.sh @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -echo GIT_REVISION $(git describe --always --abbrev=40 --dirty) +echo VERSION $(git describe --always --tags --abbrev=12 --dirty) -- cgit v1.2.3