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

View File

@@ -14,6 +14,9 @@
<img src="https://img.shields.io/badge/%E2%80%8B-reference-387b97.svg?logo=go&logoColor=white"
alt="Go Reference">
</a>
<a href="https://github.com/jimeh/undent/releases">
<img src="https://img.shields.io/github/v/tag/jimeh/undent?label=release" alt="GitHub tag (latest SemVer)">
</a>
<a href="https://github.com/jimeh/undent/actions">
<img src="https://img.shields.io/github/workflow/status/jimeh/undent/CI.svg?logo=github" alt="Actions Status">
</a>