1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: improve description of arguments in bump version script

This commit is contained in:
Sébastien Helleu
2023-04-08 11:11:03 +02:00
parent 49df360652
commit d58d4dd8fa
+5 -4
View File
@@ -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