Skip to content

Commit

Permalink
infra, release: Skip release notes deps list (#871)
Browse files Browse the repository at this point in the history
Listing the dependencies take a lot of time, this change remove it since
it's not really useful for kubernetes-nmstate.

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored Nov 5, 2021
1 parent 7563ad9 commit 66b9710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/render-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $GO run k8s.io/release/cmd/release-notes \
--go-template go-template:$script_dir/release-notes.tmpl \
--required-author "" \
--org nmstate \
--dependencies=false \
--repo kubernetes-nmstate \
--start-rev $old_version \
--end-rev $new_version \
Expand Down

0 comments on commit 66b9710

Please sign in to comment.