release: improve hint about documentation in "release.sh"

A "minor" release can still be the latest release. It depends
on which minor release you do. The script isn't smart enough
to understand the difference, so make the hint a bit clearer.
This commit is contained in:
Thomas Haller 2023-03-09 09:50:03 +01:00
parent b88700bd4b
commit 3c548dd081
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -386,6 +386,7 @@ if [ "$RELEASE_MODE" = major -o "$RELEASE_MODE" = minor ]; then
latest=" -l"
else
echo "Note that after the stable release you maybe should publish the new documentation on"
latest=" [-l]"
fi
echo "$(echo_color 36 -n "https://gitlab.freedesktop.org/NetworkManager/networkmanager.pages.freedesktop.org.git") by running"
if [ "$RELEASE_MODE" = major ]; then