Skip to content

Commit

Permalink
Adapt hack scripts to new release-notes version (#726)
Browse files Browse the repository at this point in the history
At the new release-notes command version (it was bumped after some "make
vendor") does not need "--release-version" flag and the "--github-org"
and "--github-repo" arg have being renamed to "--org" and "--repo".

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored Apr 15, 2021
1 parent a52aca4 commit fd6bfaa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hack/render-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ trap end EXIT SIGINT SIGTERM SIGSTOP

$RELEASE_NOTES \
--go-template go-template:$script_dir/release-notes.tmpl \
--release-version $new_version \
--required-author "" \
--github-org nmstate \
--github-repo kubernetes-nmstate \
--org nmstate \
--repo kubernetes-nmstate \
--start-rev $old_version \
--end-rev $new_version \
--output $release_notes > /dev/null 2>&1
Expand Down

0 comments on commit fd6bfaa

Please sign in to comment.