Once more, with feeling

This commit is contained in:
binwiederhier 2023-03-17 22:27:10 -04:00
parent 73069ae9a0
commit 29ddd2a4b5
2 changed files with 6 additions and 6 deletions

View file

@ -278,10 +278,10 @@ staticcheck: .PHONY
# Releasing targets
release: clean update cli-deps release-checks docs web check
goreleaser release --rm-dist
goreleaser release --clean
release-snapshot: clean update cli-deps docs web check
goreleaser release --snapshot --skip-publish --rm-dist
goreleaser release --snapshot --skip-publish --clean
release-checks:
$(eval LATEST_TAG := $(shell git describe --abbrev=0 --tags | cut -c2-))