Skip to content

Commit

Permalink
Disable dependency gathering for release notes
Browse files Browse the repository at this point in the history
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 <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Apr 17, 2023
1 parent 392a0aa commit 80bff8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/release-notes.sh
Expand Up @@ -23,4 +23,5 @@ release-notes \
--org kubernetes-sigs \
--repo cri-tools \
--required-author "" \
--dependencies=false \
--output release-notes.md

0 comments on commit 80bff8b

Please sign in to comment.