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