From 308d31532f1473384789e3c2d0405257ae0a3e71 Mon Sep 17 00:00:00 2001 From: Richard Case Date: Tue, 27 Feb 2024 12:09:23 +0000 Subject: [PATCH] chore: disable the dependency report short term This disable the dependency report in the release notes. This is a temporary measure after the move to go 1.21. It will be re-enabled in a future release. Signed-off-by: Richard Case --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5893da5e96..d67ddea923 100644 --- a/Makefile +++ b/Makefile @@ -591,7 +591,7 @@ release-manifests: ## Release manifest files .PHONY: release-changelog release-changelog: $(RELEASE_NOTES) check-release-tag check-previous-release-tag check-github-token $(RELEASE_DIR) - $(RELEASE_NOTES) --debug --org $(GH_ORG_NAME) --repo $(GH_REPO_NAME) --start-sha $(shell git rev-list -n 1 ${PREVIOUS_VERSION}) --end-sha $(shell git rev-list -n 1 ${RELEASE_TAG}) --output $(RELEASE_DIR)/CHANGELOG.md --go-template go-template:$(REPO_ROOT)/hack/changelog.tpl --dependencies=true + $(RELEASE_NOTES) --debug --org $(GH_ORG_NAME) --repo $(GH_REPO_NAME) --start-sha $(shell git rev-list -n 1 ${PREVIOUS_VERSION}) --end-sha $(shell git rev-list -n 1 ${RELEASE_TAG}) --output $(RELEASE_DIR)/CHANGELOG.md --go-template go-template:$(REPO_ROOT)/hack/changelog.tpl --dependencies=false .PHONY: promote-images promote-images: $(KPROMO) $(YQ)