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
82
82
RELEASE_ALIAS_TAG ?= $(PULL_BASE_REF )
83
83
RELEASE_DIR := out
84
84
RELEASE_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)
85
86
86
87
87
88
TAG ?= dev
@@ -413,7 +414,7 @@ release-manifests:
413
414
414
415
.PHONY : release-changelog
415
416
release-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 )
417
418
418
419
.PHONY : release-binaries
419
420
release-binaries : # # Builds the binaries to publish with a release
You can’t perform that action at this time.
0 commit comments