File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ release-manifests: ## Release manifest files
588588
589589.PHONY : release-changelog
590590release-changelog : $(RELEASE_NOTES ) check-release-tag check-previous-release-tag check-github-token $(RELEASE_DIR )
591- $(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
591+ $(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
592592
593593.PHONY : promote-images
594594promote-images : $(KPROMO ) $(YQ )
You can’t perform that action at this time.
0 commit comments