diff options
Diffstat (limited to 'hack/get_release_info.sh')
-rwxr-xr-x | hack/get_release_info.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/get_release_info.sh b/hack/get_release_info.sh index b3e208ac9..e1020e677 100755 --- a/hack/get_release_info.sh +++ b/hack/get_release_info.sh @@ -16,7 +16,7 @@ valid_args() { # `git describe` will never produce a useful version number under all # branches. This is because the podman release process (see `RELEASE_PROCESS.md`) -# tags release versions only on release-branches (i.e. never on master). +# tags release versions only on release-branches (i.e. never on main). # Scraping the version number directly from the source, is the only way # to reliably obtain the number from all the various contexts supported by # the `Makefile`. |