File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ PULL_BASE_REF ?= $(RELEASE_TAG) # PULL_BASE_REF will be provided by Prow
8282RELEASE_ALIAS_TAG ?= $(PULL_BASE_REF )
8383RELEASE_DIR := out
8484RELEASE_POLICIES := $(RELEASE_DIR ) /AWSIAMManagedPolicyControllers.json $(RELEASE_DIR ) /AWSIAMManagedPolicyControllersWithEKS.json $(RELEASE_DIR ) /AWSIAMManagedPolicyCloudProviderControlPlane.json $(RELEASE_DIR ) /AWSIAMManagedPolicyCloudProviderNodes.json
85+ BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
8586
8687
8788TAG ?= dev
@@ -413,7 +414,7 @@ release-manifests:
413414
414415.PHONY : release-changelog
415416release-changelog : $(RELEASE_NOTES ) check-release-tag check-previous-release-tag check-github-token $(RELEASE_DIR ) # # Builds the changelog for a release
416- $(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 --branch=main
417+ $(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 --branch=$( BRANCH )
417418
418419.PHONY : release-binaries
419420release-binaries : # # Builds the binaries to publish with a release
You can’t perform that action at this time.
0 commit comments