chore(release): add new-version make target, add release badge to readme

This commit is contained in:
2020-11-26 04:31:21 +00:00
parent ffa6b79166
commit fa86e7c1cc
2 changed files with 11 additions and 0 deletions

View File

@@ -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