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 186f414 commit 12738e8Copy full SHA for 12738e8
Makefile
@@ -5,7 +5,7 @@ COVERAGE=coverage.out
5
6
MCLI_SOURCE_FILES?=./cmd/mongocli
7
MCLI_BINARY_NAME=mongocli
8
-MCLI_VERSION?=1.21.0 #$(shell git tag --list 'mongocli/v*' --sort=committerdate | tail -1 | cut -d "v" -f 2 | xargs -I % sh -c 'echo %-next' )
+MCLI_VERSION?=$(shell git tag --list 'mongocli/v*' --sort=committerdate | tail -1 | cut -d "v" -f 2 | xargs -I % sh -c 'echo %-next' )
9
MCLI_GIT_SHA?=$(shell git rev-parse HEAD)
10
MCLI_DESTINATION=./bin/$(MCLI_BINARY_NAME)
11
MCLI_INSTALL_PATH="${GOPATH}/bin/$(MCLI_BINARY_NAME)"
0 commit comments