summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/labstack/echo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/labstack/echo/Makefile')
-rw-r--r--vendor/github.com/labstack/echo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/labstack/echo/Makefile b/vendor/github.com/labstack/echo/Makefile
index 3952d7bd..494667d8 100644
--- a/vendor/github.com/labstack/echo/Makefile
+++ b/vendor/github.com/labstack/echo/Makefile
@@ -11,3 +11,7 @@ test:
go test -race -coverprofile=profile.out -covermode=atomic $$d || exit 1; \
[ -f profile.out ] && cat profile.out >> coverage.txt && rm profile.out; \
done
+
+tag:
+ @git tag `grep -P '^\tversion = ' echo.go|cut -f2 -d'"'`
+ @git tag|grep -v ^v