Skip to content

Commit 2cb68f7

Browse files
committed
DOC - n.n.x naming scheme for maintenance
1 parent d98fca3 commit 2cb68f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/devel/make_release.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Release checklist
9393

9494
* Branch to maintainance::
9595

96-
git co -b maint/1.0.0
96+
git co -b maint/1.0.x
9797

9898
Set ``_version_extra`` back to ``.dev`` and bump ``_version_micro`` by 1.
9999
Thus the maintenance series will have version numbers like - say - '1.0.1.dev'
@@ -107,7 +107,7 @@ Release checklist
107107
Thus the development series ('trunk') will have a version number here of
108108
'1.1.0.dev' and the next full release will be '1.1.0'.
109109

110-
If this is just a maintenance release from ``maint/1.0.0`` or similar, just
110+
If this is just a maintenance release from ``maint/1.0.x`` or similar, just
111111
tag and set the version number to - say - ``1.0.2.dev``.
112112

113113
* Make next development release tag

0 commit comments

Comments
 (0)