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
@@ -321,7 +321,7 @@ The goal of this task to make the book for the current release available under e
321
321
1. Checkout the `main` branch.
322
322
1. Build the release note tools binary.
323
323
```bash
324
-
go build -o bin/notes hack/tools/release/notes.go
324
+
make release-notes-tool
325
325
```
326
326
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