Skip to content

Commit

Permalink
Merge pull request #4819 from richardcase/disable_deps_report_23
Browse files Browse the repository at this point in the history
馃尡 chore: disable dependency report
  • Loading branch information
k8s-ci-robot committed Feb 26, 2024
2 parents 678bde3 + 6014790 commit a9013c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -588,7 +588,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)
Expand Down

0 comments on commit a9013c3

Please sign in to comment.