mirror of
https://github.com/jimeh/undent.git
synced 2026-02-19 03:56:38 +00:00
chore(release): add new-version make target, add release badge to readme
This commit is contained in:
8
Makefile
8
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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user