File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
159159docs : # # Compile the documentation
160160mkdir -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
You can’t perform that action at this time.
0 commit comments