File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ GOLANGCI_LINT := $(TOOLS_BIN_DIR)/golangci-lint
59
59
KIND := $(TOOLS_BIN_DIR ) /kind
60
60
KUSTOMIZE := $(TOOLS_BIN_DIR ) /kustomize
61
61
MOCKGEN := $(TOOLS_BIN_DIR ) /mockgen
62
- RELEASE_NOTES := $(TOOLS_BIN_DIR ) /release-notes
63
62
SSM_PLUGIN := $(TOOLS_BIN_DIR ) /session-manager-plugin
64
63
CLUSTERAWSADM_SRCS := $(call rwildcard,.,cmd/clusterawsadm/* .* )
65
64
@@ -519,7 +518,7 @@ list-image: ## List images for RELEASE_TAG
519
518
gcloud container images list-tags $(STAGING_REGISTRY ) /$(IMAGE ) --filter=" tags=('$( RELEASE_TAG) ')" --format=json
520
519
521
520
.PHONY : release
522
- release : $( RELEASE_NOTES ) clean-release check-release-tag $(RELEASE_DIR ) # # Builds and push container images using the latest git tag for the commit.
521
+ release : clean-release check-release-tag $(RELEASE_DIR ) # # Builds and push container images using the latest git tag for the commit.
523
522
git checkout " ${RELEASE_TAG} "
524
523
$(MAKE ) release-changelog
525
524
$(MAKE ) release-binaries
You can’t perform that action at this time.
0 commit comments