Fix some details in the release checklist
Marco Ricci

Marco Ricci commited on 2025-06-24 21:48:33
Zeige 1 geänderte Dateien mit 3 Einfügungen und 8 Löschungen.


The `bump-my-version` incantation was wrong, and actually already set up
for committing and tagging.
... ...
@@ -27,15 +27,10 @@ Release checklist
27 27
     1.  `hatch run docs:scriv collect --add --edit --version <VERSION>`
28 28
     2.  fix header IDs, move & consolidate Markdown references at page bottom
29 29
 
30
-???+ info "bump version"
30
+???+ info "bump version, commit and tag"
31 31
 
32
-    1.  `bump-my-version --current-version <OLD_VERSION> --new-version <NEW_VERSION>`
33
-    2.  check source, `pyproject.toml`, man pages & documentation
34
-
35
-???+ info "commit and tag"
36
-
37
-    1.  commit message: `Release <VERSION>`
38
-    2.  tag message: `Release derivepassphrase v<VERSION>`
32
+    1.  `git add` all the above changes
33
+    2.  `bump-my-version bump --current-version <OLD_VERSION> --new-version <NEW_VERSION>`
39 34
 
40 35
 ???+ info "update wishlist"
41 36
 
42 37