Skip to content

Commit 664159a

Browse files
authored
Merge pull request #2141 from sbueringer/pr-fix-rel-notes-link
🌱 Fix link in release notes to point to CAPV instead of core CAPI
2 parents 122af25 + 7dab28c commit 664159a

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
@@ -575,7 +575,7 @@ generate-release-notes: $(RELEASE_NOTES_DIR) $(RELEASE_NOTES)
575575
# Reset the file
576576
echo -n > $(RELEASE_NOTES_DIR)/$(RELEASE_TAG).md
577577
if [ -n "${PRE_RELEASE}" ]; then \
578-
echo -e ":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).\n" >> $(RELEASE_NOTES_DIR)/$(RELEASE_TAG).md; \
578+
echo -e ":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-provider-vsphere/issues/new/choose).\n" >> $(RELEASE_NOTES_DIR)/$(RELEASE_TAG).md; \
579579
fi
580580
"$(RELEASE_NOTES)" --from=$(PREVIOUS_TAG) --prefix-area-label=false --add-kubernetes-version-support=false >> $(RELEASE_NOTES_DIR)/$(RELEASE_TAG).md
581581

0 commit comments

Comments
 (0)