Skip to content

Commit 9723f4b

Browse files
committed
Release v0.1.2
1 parent ce9a9c9 commit 9723f4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ tools: ## Install all required tools
5555

5656
.PHONY: release
5757
release: clean generate verify test ## Build and release goversion, publishing the artifacts on Github and Dockerhub.
58+
# Before this command tag the current commit: `git tag -a v0.1.2 -m v0.1.2`
5859
GOVERSION_LDFLAGS="$(shell goversion ldflags --print-ldflag=false --version=${VERSION} --strict)" goreleaser release --rm-dist
5960

6061
print-%: ## Print any of the variables defined in the Makefile.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ example, to download the latest version run the following:
2727

2828
```bash
2929
# Change to get an older version.
30-
VERSION=v0.1.1
30+
VERSION=v0.1.2
3131

3232
# Download goversion
3333
curl -L https://github.com/erwinvaneyk/goversion/releases/download/${VERSION}/goversion_$(echo $VERSION | sed 's/v//')_$(uname)_$(uname -m).tar.gz > goversion.tar.gz

0 commit comments

Comments
 (0)