]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tools: improve git-version-next to always output version variables
authorKarel Zak <kzak@redhat.com>
Mon, 22 Sep 2025 13:21:18 +0000 (15:21 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 22 Sep 2025 13:21:18 +0000 (15:21 +0200)
commitde0388543f3bfe0317215ff9ddcac11fff7d01d0
tree5e9a856aae712153d72ff2e109c16cf5a56d0001
parent7c831bbad288cec55a49c09c3b9bc24370d04828
tools: improve git-version-next to always output version variables

- Always output UL_NEXT_FINAL_RELEASE (previously only for RC releases)
- Add UL_LAST_FINAL_RELEASE for last stable (non-RC) release
- Remove _RAW variables from output for cleaner interface

The UL_NEXT_FINAL_RELEASE now represents the version that will be
released after code stabilization, while UL_LAST_FINAL_RELEASE
represents the last stable release without -rc suffix.

Signed-off-by: Karel Zak <kzak@redhat.com>
tools/git-version-next