From 2a6a598be00c6f7095962b3e89049c5d2bc41dd7 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Tue, 25 Sep 2018 03:29:58 +0000 Subject: [PATCH] Add tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3bdfdc1..06c8157 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -dev_build_version=$(shell git describe --always --dirty) +dev_build_version=$(shell git describe --tags --always --dirty) # TODO: run golint and errcheck, but only to catch *new* violations and # decide whether to change code or not (e.g. we need to be able to whitelist