We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc20596 commit 1024b9cCopy full SHA for 1024b9c
build/Makefile.deps
@@ -59,7 +59,7 @@ $(GOBIN)/goreleaser: $(VERSION_DIR)/.version-goreleaser-$(VERSION_GORELEASER) |
59
@ echo "-> Installing goreleaser..."
60
@ curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh| sh -s -- -b $(GOBIN) $(VERSION_GORELEASER)
61
62
-$(VERSION_DIR)/.version-versionbump-$(VERSION_VERSIONBUMP):
+$(VERSION_DIR)/.version-versionbump-$(VERSION_VERSIONBUMP): | $(VERSION_DIR)
63
@ rm -f $(VERSION_DIR)/.version-versionbump-*
64
@ echo $(VERSION_VERSIONBUMP) > $(VERSION_DIR)/.version-versionbump-$(VERSION_VERSIONBUMP)
65
0 commit comments