Skip to content

Commit

Permalink
chore: disable dependency report
Browse files Browse the repository at this point in the history
This change will disable the dependency report whenw generating the
release notes. This is a temporary measure whilst we update the branch
to use go 1.21.

Signed-off-by: Richard Case <[email protected]>
  • Loading branch information
richardcase committed Feb 26, 2024
1 parent 678bde3 commit 6014790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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 6014790

Please sign in to comment.