You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go run ./hack/tools/release/notes.go --from=$(PREVIOUS_TAG)>$(RELEASE_NOTES_DIR)/$(RELEASE_TAG).md
600
+
if [ -n"${PRE_RELEASE}" ];then \
601
+
echo":rotating_light: This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an [issue](https://github.com/kubernetes-sigs/cluster-api/issues/new).">$(RELEASE_NOTES_DIR)/$(RELEASE_TAG).md;\
602
+
else\
603
+
go run ./hack/tools/release/notes.go --from=$(PREVIOUS_TAG)>$(RELEASE_NOTES_DIR)/$(RELEASE_TAG).md;\
604
+
fi
598
605
599
606
.PHONY: docker-build-all
600
607
docker-build-all: $(addprefix docker-build-,$(ALL_ARCH))## Build all the architecture docker images
0 commit comments