diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:57:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:57:09 +0000 |
commit | 2722609ed8cf1f24bb6a8b8a5ad9d7ac6dec58c3 (patch) | |
tree | e0f8becff83e01bc4228b1824e81a6a355d6e439 /utils/release-checklist.rst | |
parent | Releasing progress-linux version 7.3.7-3~progress7.99u1. (diff) | |
download | sphinx-2722609ed8cf1f24bb6a8b8a5ad9d7ac6dec58c3.tar.xz sphinx-2722609ed8cf1f24bb6a8b8a5ad9d7ac6dec58c3.zip |
Merging upstream version 7.4.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | utils/release-checklist.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/release-checklist.rst b/utils/release-checklist.rst index 5aabbce..2a16966 100644 --- a/utils/release-checklist.rst +++ b/utils/release-checklist.rst @@ -49,12 +49,12 @@ Bump to next development version for stable and major releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ``python utils/bump_version.py --in-develop X.Y.Z+1b0`` (ex. 1.5.3b0) +* ``python utils/bump_version.py --in-develop X.Y.Z+1b0`` (e.g. 1.5.3b0) for beta releases ~~~~~~~~~~~~~~~~~ -* ``python utils/bump_version.py --in-develop X.Y.0bN+1`` (ex. 1.6.0b2) +* ``python utils/bump_version.py --in-develop X.Y.0bN+1`` (e.g. 1.6.0b2) Commit version bump ------------------- |