From fa86e7c1ccbc47e1487b5b308d0d349108bb4296 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 26 Nov 2020 04:31:21 +0000 Subject: [PATCH] chore(release): add new-version make target, add release badge to readme --- Makefile | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) diff --git a/Makefile b/Makefile index d984973..332a4f8 100644 --- a/Makefile +++ b/Makefile @@ -163,3 +163,11 @@ check-tidy: .PHONY: docs docs: godoc @godoc -http=127.0.0.1:6060 + +# +# Release +# + +.PHONY: new-version +new-version: + npx standard-version diff --git a/README.md b/README.md index d543f1e..a50fd81 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Go Reference + + GitHub tag (latest SemVer) + Actions Status