Note that we should regenerate configure before running test/versioning.sh
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
diff --git a/docs/release_checklist.md b/docs/release_checklist.md
index 8104c6b..7fb9c57 100644
--- a/docs/release_checklist.md
+++ b/docs/release_checklist.md
@@ -24,10 +24,10 @@
* set second number in `DYLIB_CURRENT_VERSION` to 0
* set `DYLIB_COMPATIBILITY_VERSION` to the same value
-* Run test/versioning.sh to verify that everything is consistent
-
* Regenerate `configure`
+* Run test/versioning.sh to verify that everything is consistent
+
* Do the release
## New bugfix release
@@ -47,10 +47,10 @@
* set second number in `DYLIB_CURRENT_VERSION` to *patchlevel*
* Leave `DYLIB_COMPATIBILITY_VERSION` unchanged
-* Run test/versioning.sh to verify that everything is consistent
-
* Regenerate `configure`
+* Run test/versioning.sh to verify that everything is consistent
+
* Do the release
## After a feature release
@@ -83,8 +83,8 @@
* set second number in `DYLIB_CURRENT_VERSION` to 0
* set `DYLIB_COMPATIBILITY_VERSION` to the same value
-* Run test/versioning.sh to verify that everything is consistent
-
* Regenerate `configure`
+* Run test/versioning.sh to verify that everything is consistent
+
* Do the release