From 6247598d3fd399ea10a7af365ab01fa16ed85413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 7 Apr 2023 08:10:10 +0200 Subject: [PATCH] core: fix comment in bump version script --- tools/bump_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bump_version.sh b/tools/bump_version.sh index 4e9e86c19..2cbf9809a 100755 --- a/tools/bump_version.sh +++ b/tools/bump_version.sh @@ -24,7 +24,7 @@ # Syntax: # bump_version.sh stable|major|minor|patch # -# stable bump to the next stable (`devel` becomes the `stable`) +# 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