forked from kubernetes-sigs/cluster-api-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes-sigs#4185 from richardcase/make_maintai…
…ners_list fix: getting maintainers fails
- Loading branch information
Showing
6 changed files
with
1,865 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,6 @@ USER_FORK ?= $(shell git config --get remote.origin.url | cut -d/ -f4) # only wo | |
ifeq ($(USER_FORK),) | ||
USER_FORK := $(shell git config --get remote.origin.url | cut -d: -f2 | cut -d/ -f1) # for [email protected]:<username>/cluster-api.git style URLs | ||
endif | ||
IMAGE_REVIEWERS ?= $(shell ./hack/get-project-maintainers.sh ${YQ}) | ||
|
||
# Release variables | ||
|
||
|
@@ -579,6 +578,7 @@ release-changelog: $(GH) ## Generates release notes using Github release notes. | |
|
||
.PHONY: promote-images | ||
promote-images: $(KPROMO) $(YQ) | ||
IMAGE_REVIEWERS="$(shell ./hack/get-project-maintainers.sh ${YQ})" | ||
$(KPROMO) pr --project cluster-api-provider-aws --tag $(RELEASE_TAG) --reviewers "$(IMAGE_REVIEWERS)" --fork $(USER_FORK) --image cluster-api-aws-controller | ||
|
||
.PHONY: release-binaries | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.