Skip to content

Commit e1e747c

Browse files
authored
Merge pull request #3375 from faiq/patch-1
fix: removes unused release notes target
2 parents 2414e8e + 8fc1617 commit e1e747c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ GOLANGCI_LINT := $(TOOLS_BIN_DIR)/golangci-lint
5959
KIND := $(TOOLS_BIN_DIR)/kind
6060
KUSTOMIZE := $(TOOLS_BIN_DIR)/kustomize
6161
MOCKGEN := $(TOOLS_BIN_DIR)/mockgen
62-
RELEASE_NOTES := $(TOOLS_BIN_DIR)/release-notes
6362
SSM_PLUGIN := $(TOOLS_BIN_DIR)/session-manager-plugin
6463
CLUSTERAWSADM_SRCS := $(call rwildcard,.,cmd/clusterawsadm/*.*)
6564

@@ -519,7 +518,7 @@ list-image: ## List images for RELEASE_TAG
519518
gcloud container images list-tags $(STAGING_REGISTRY)/$(IMAGE) --filter="tags=('$(RELEASE_TAG)')" --format=json
520519

521520
.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.
523522
git checkout "${RELEASE_TAG}"
524523
$(MAKE) release-changelog
525524
$(MAKE) release-binaries

0 commit comments

Comments
 (0)