Skip to content

Commit 86845a6

Browse files
committed
blds: fix manpages release
1 parent f147eab commit 86845a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ release-snapshot: ${GORELEASER} ## Cross compile and package to local disk
108108
${GORELEASER} release --skip-publish --rm-dist --snapshot
109109

110110
.PHONY: release
111-
release: ${GORELEASER} ## Cross compile and package the full distribution
111+
release: docs ${GORELEASER} ## Cross compile and package the full distribution
112112
${GORELEASER} release --rm-dist
113113

114114
.PHONY: fmt
@@ -158,4 +158,4 @@ release-docker: init-docker-build ## Build a multi-arch docker manifest and imag
158158
.PHONY: docs
159159
docs: ## Compile the documentation
160160
mkdir -p docs/manpages
161-
${GOCC} run -ldflags "-X main.version=${VERSION}" docs/generate_manpages.go docs/manpages
161+
${GOCC} run -ldflags "-X main.version=${MK_VERSION}" docs/generate_manpages.go docs/manpages

0 commit comments

Comments
 (0)