Skip to content

Commit 27c7403

Browse files
committed
Release v2.0.0-rc.1
Signed-off-by: Martin Baillie <martin@baillie.id>
1 parent 192fc49 commit 27c7403

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ integration-test: integration test ## Run a local development Vault and the inte
191191

192192
tag: ## Create a signed commit and tag
193193
echo >&2 "==> Tagging"
194-
if [[ ! $(VERSION) =~ ^[0-9]+[.][0-9]+([.][0.9]*)?$ ]]; then \
194+
if [[ ! $(VERSION) =~ ^[0-9]+[.][0-9]+([.][0.9]*)(-rc.[0-9]+)?$ ]]; then \
195195
echo >&2 "ERROR: VERSION ($(VERSION)) is not a semantic version"; \
196196
exit 1; \
197197
fi
@@ -215,7 +215,6 @@ SHA256SUMS:
215215
echo >&2 "==> Summing"
216216
shasum --algorithm 256 $(PROJECT)-* > $@
217217

218-
219218
SHA256SUMS.sig: GPG=$(shell command -v gpg || \
220219
(apt-get -qq update &>/dev/null && \
221220
apt-get -yqq install gpg &>/dev/null && \

0 commit comments

Comments
 (0)