Bump version
This commit is contained in:
parent
048d17c365
commit
4a3a0de198
3 changed files with 24 additions and 185 deletions
9
Makefile
9
Makefile
|
@ -116,7 +116,14 @@ clean: .PHONY
|
|||
|
||||
# Releasing targets
|
||||
|
||||
release: build-deps
|
||||
release-check-tags:
|
||||
$(eval LATEST_TAG := $(shell git describe --abbrev=0 --tags | cut -c2-))
|
||||
if grep -q $(LATEST_TAG) docs/install.md; then\
|
||||
echo "ERROR: Must update docs/install.md with latest tag first.";\
|
||||
exit 1;\
|
||||
fi
|
||||
|
||||
release: build-deps release-check-tags
|
||||
goreleaser release --rm-dist --debug
|
||||
|
||||
release-snapshot: build-deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue