Skip to content

Commit

Permalink
Makefile: read-release-version rule
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Oct 29, 2024
1 parent 41e771d commit 65dc9b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@ prepare-release: ## Prepare the manifests for OLM and Helm Chart for a release.
$(MAKE) helm-build VERSION=$(VERSION) \
LIMITADOR_VERSION=$(LIMITADOR_VERSION)

.PHONY: read-release-version
read-release-version: ## Reads release version
@echo "v$(VERSION)"

##@ Misc

.PHONY: local-env-setup
Expand Down

0 comments on commit 65dc9b4

Please sign in to comment.