→ make release-notes
cd hack/tools && go build -tags=tools -o bin/release-notes sigs.k8s.io/cluster-api/hack/tools/release
no required module provides package sigs.k8s.io/cluster-api/hack/tools/release; to add it:
go get sigs.k8s.io/cluster-api/hack/tools/release
make: *** [hack/tools/bin/release-notes] Error 1
When I run
make release-notes
following https://github.com/kubernetes-sigs/cluster-api/blob/master/docs/developer/releasing.md ourmake
target errors with:It appears this is just outdated and we should use CAPI's
Makefile
as an example: https://github.com/kubernetes-sigs/cluster-api/blob/master/Makefile#L191-L192