We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f4b0d commit 4e471a6Copy full SHA for 4e471a6
Makefile
@@ -440,7 +440,7 @@ release-alias-tag: ## Adds the tag to the last build tag.
440
gcloud container images add-tag $(KUBEADM_CONTROL_PLANE_CONTROLLER_IMG):$(TAG) $(KUBEADM_CONTROL_PLANE_CONTROLLER_IMG):$(RELEASE_ALIAS_TAG)
441
442
.PHONY: release-notes
443
-release-notes: ## Generates a release notes template to be used with a release.
+release-notes: $(RELEASE_NOTES) ## Generates a release notes template to be used with a release.
444
$(RELEASE_NOTES)
445
446
## --------------------------------------
0 commit comments