We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ce6e67 + 84f35fc commit ad59558Copy full SHA for ad59558
Makefile
@@ -444,6 +444,8 @@ bundle-build: ## Build the bundle image.
444
bundle-push: ## Push the bundle image.
445
$(MAKE) docker-push IMG=$(BUNDLE_IMG)
446
447
+##@ Release
448
+
449
.PHONY: prepare-release
450
prepare-release: $(YQ) $(CONTROLLER_GEN) $(OPM) $(KUSTOMIZE) $(OPERATOR_SDK) ## Prepare the manifests for OLM and Helm Chart for a release.
451
PATH=$(PROJECT_PATH)/bin:$$PATH; $(PROJECT_PATH)/utils/release/release.sh
0 commit comments