Skip to content

Commit ad59558

Browse files
authored
Merge pull request #1216 from Kuadrant/improve-makefile
Makefile: Release section
2 parents 9ce6e67 + 84f35fc commit ad59558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ bundle-build: ## Build the bundle image.
444444
bundle-push: ## Push the bundle image.
445445
$(MAKE) docker-push IMG=$(BUNDLE_IMG)
446446

447+
##@ Release
448+
447449
.PHONY: prepare-release
448450
prepare-release: $(YQ) $(CONTROLLER_GEN) $(OPM) $(KUSTOMIZE) $(OPERATOR_SDK) ## Prepare the manifests for OLM and Helm Chart for a release.
449451
PATH=$(PROJECT_PATH)/bin:$$PATH; $(PROJECT_PATH)/utils/release/release.sh

0 commit comments

Comments
 (0)