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:
Andrey Smirnov 2023-09-04 14:47:52 +04:00
parent d91b5b3a31
commit d693604a1d
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811

View File

@ -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}
}