]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/release-checklist: check v20.0.0 tag
authorPatrick Donnelly <pdonnell@ibm.com>
Mon, 3 Mar 2025 14:20:14 +0000 (09:20 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 25 Mar 2025 17:10:03 +0000 (13:10 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
doc/dev/release-checklists.rst

index 64604216af6dafac5f34ff63e3645a430dd4b947..a5ded8dde75b2e2fc25b0a03f4b40efa4713bf8c 100644 (file)
@@ -18,15 +18,13 @@ Versions and tags
 - [x] Update CMakeLists.txt VERSION (right at the top to X.0.0)
 - [x] Update src/librbd/CMakeLists.txt VERSION (librbd target at the bottom to 1.X.0)
 - [x] Update src/ceph_release with the new release name, number, and type ('dev')
-- [ ] Initial tag vX.0.0 (so that we can distinguish from (and sort
-      after) the backported (X-1).2.Z versions.
-
-### Notes on tagging
-* Tags must be annonated as CMake determines `CEPH_GIT_NICE_VER` by
-calling `git describe --always`.
-* vX.0.0 are special ones in the sense they are pushed manually (unlike v.X.2.n
-which are handled by Jenkins).
-* vX.0.0 should point to a commit before the first one in a kickoff branch.
+- [x] Initial tag vX.0.0 so that we can distinguish from (and sort after) the backported (X-1).2.Z versions.
+
+.. note::
+
+    - Tags must be annotated as CMake determines ``CEPH_GIT_NICE_VER`` by calling ``git describe --always``.
+    - vX.0.0 are special ones in the sense they are pushed manually (unlike vX.1.Z and vX.2.Z which are handled by Jenkins).
+    - vX.0.0 should point to a commit before the first one in a kickoff branch.
 
 Define release names and constants
 ----------------------------------