Skip to content

Commit 80bff8b

Browse files
committed
Disable dependency gathering for release notes
Right now the collection of the dependencies is broken for the v1.26.0 tag, because we missed vendoring the following bits: ``` k8s.io/dynamic-resource-allocation => k8s.io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation k8s.io/kms => k8s.io/kubernetes/staging/src/k8s.io/kms ``` For now we disable the dependency collection to unbreak the `release` GitHub action workflow. Signed-off-by: Sascha Grunert <[email protected]>
1 parent 392a0aa commit 80bff8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: hack/release-notes.sh

+1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ release-notes \
2323
--org kubernetes-sigs \
2424
--repo cri-tools \
2525
--required-author "" \
26+
--dependencies=false \
2627
--output release-notes.md

0 commit comments

Comments
 (0)