chore: fix default image list in the release notes
The `talosctl images` command was renamed. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
d91b5b3a31
commit
d693604a1d
@ -22,7 +22,7 @@ function release-notes {
|
||||
release-tool "${2}" --gfm > "${1}"
|
||||
|
||||
echo -e '\n## Images\n\n```' >> ${1}
|
||||
${ARTIFACTS}/talosctl-linux-amd64 images >> ${1}
|
||||
${ARTIFACTS}/talosctl-linux-amd64 image default >> ${1}
|
||||
echo -e '```\n' >> ${1}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user