File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ tools: ## Install all required tools
5555
5656.PHONY : release
5757release : 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
6061print-% : # # Print any of the variables defined in the Makefile.
Original file line number Diff line number Diff 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
3333curl -L https://github.com/erwinvaneyk/goversion/releases/download/${VERSION} /goversion_$( echo $VERSION | sed ' s/v//' ) _$( uname) _$( uname -m) .tar.gz > goversion.tar.gz
You can’t perform that action at this time.
0 commit comments