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
@@ -500,7 +500,7 @@ release-manifests: $(RELEASE_DIR) $(KUSTOMIZE) ## Build the manifests to publish
500
500
.PHONY: release-notes
501
501
release-notes: $(RELEASE_DIR)$(GH)
502
502
if [ -n"${PRE_RELEASE}" ];then \
503
-
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/rancher-sandbox/cluster-api-provider-rke2/issues/new).">$(RELEASE_DIR)/CHANGELOG.md;\
503
+
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/rancher/cluster-api-provider-rke2/issues/new).">$(RELEASE_DIR)/CHANGELOG.md;\
504
504
else\
505
505
$(GH) api repos/$(ORG)/$(GH_REPO_NAME)/releases/generate-notes -F tag_name=$(VERSION) -F previous_tag_name=$(PREVIOUS_VERSION) --jq '.body'>$(RELEASE_DIR)/CHANGELOG.md;\
0 commit comments