Skip to content

Commit 4e471a6

Browse files
committed
🐛 Fix Makefile release-notes target to build binary
Signed-off-by: Vince Prignano <[email protected]>
1 parent 75f4b0d commit 4e471a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ release-alias-tag: ## Adds the tag to the last build tag.
440440
gcloud container images add-tag $(KUBEADM_CONTROL_PLANE_CONTROLLER_IMG):$(TAG) $(KUBEADM_CONTROL_PLANE_CONTROLLER_IMG):$(RELEASE_ALIAS_TAG)
441441

442442
.PHONY: release-notes
443-
release-notes: ## Generates a release notes template to be used with a release.
443+
release-notes: $(RELEASE_NOTES) ## Generates a release notes template to be used with a release.
444444
$(RELEASE_NOTES)
445445

446446
## --------------------------------------

0 commit comments

Comments
 (0)