From d58d4dd8faee3e6a58a40dcaffbf7978ce2025b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 8 Apr 2023 11:11:03 +0200 Subject: [PATCH] core: improve description of arguments in bump version script --- tools/bump_version.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/bump_version.sh b/tools/bump_version.sh index 94235c970..b69deb9b4 100755 --- a/tools/bump_version.sh +++ b/tools/bump_version.sh @@ -24,10 +24,11 @@ # Syntax: # bump_version.sh stable|major|minor|patch # -# stable bump to the next stable (set stable to `devel` value) -# major bump the major version, set minor + patch to 0 -# minor bump the minor version, set patch to 0 -# patch bump the patch version +# stable bump to the next stable: set stable and devel to +# `devel` value, with only digits and dots +# major bump the devel major version, set minor + patch to 0 +# minor bump the devel minor version, set patch to 0 +# patch bump the devel patch version # set -o errexit