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
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;\
1104
-
else\
1105
-
go run ./hack/tools/release/notes.go --from=$(PREVIOUS_TAG)>$(RELEASE_NOTES_DIR)/$(RELEASE_TAG).md;\
Copy file name to clipboardExpand all lines: docs/release/release-tasks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@ The goal of this task to make the book for the current release available under e
322
322
1. Checkout the `main` branch.
323
323
1. Build the release note tools binary.
324
324
```bash
325
-
go build -o bin/notes hack/tools/release/notes.go
325
+
make release-notes-tool
326
326
```
327
327
1. Checkout the latest commit on the release branch, e.g. `release-1.4`, or the main branch if the release branch doesn't yet exist (e.g. beta release).
0 commit comments