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 192fc49 commit 27c7403Copy full SHA for 27c7403
Makefile
@@ -191,7 +191,7 @@ integration-test: integration test ## Run a local development Vault and the inte
191
192
tag: ## Create a signed commit and tag
193
echo >&2 "==> Tagging"
194
- if [[ ! $(VERSION) =~ ^[0-9]+[.][0-9]+([.][0.9]*)?$ ]]; then \
+ if [[ ! $(VERSION) =~ ^[0-9]+[.][0-9]+([.][0.9]*)(-rc.[0-9]+)?$ ]]; then \
195
echo >&2 "ERROR: VERSION ($(VERSION)) is not a semantic version"; \
196
exit 1; \
197
fi
@@ -215,7 +215,6 @@ SHA256SUMS:
215
echo >&2 "==> Summing"
216
shasum --algorithm 256 $(PROJECT)-* > $@
217
218
-
219
SHA256SUMS.sig: GPG=$(shell command -v gpg || \
220
(apt-get -qq update &>/dev/null && \
221
apt-get -yqq install gpg &>/dev/null && \
0 commit comments