Skip to content

Commit

Permalink
Release v2.0.0-rc.1
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Baillie <martin@baillie.id>
  • Loading branch information
martinbaillie committed Feb 6, 2022
1 parent 192fc49 commit 27c7403
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ integration-test: integration test ## Run a local development Vault and the inte

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


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

0 comments on commit 27c7403

Please sign in to comment.