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 1d744ae commit 1372e2cCopy full SHA for 1372e2c
makefile-utils/semver.mk
@@ -5,7 +5,8 @@ SEMVER_BIN ?= makefile-utils/semver
5
# @hide @target makefile-utils/semver Download semver tool
6
${SEMVER_BIN}:
7
@mkdir -p $$(dirname '$@')
8
- @curl -sSLo '$@' https://raw.githubusercontent.com/fsaintjacques/semver-tool/master/src/semver
+ @echo '[makefile-utils] To download semver-tool'
9
+ @curl -Lo '$@' https://raw.githubusercontent.com/fsaintjacques/semver-tool/master/src/semver
10
@chmod +x '$@'
11
12
.PHONY: GIT_VERSION
0 commit comments