diff README.rst @ 6407:6b128ae8e2ad stable 11.0.0rc0

docs: let's try to make development versions compatible with PEP-440
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 07 Feb 2023 18:29:45 +0400
parents 8b3cb6cae4a2
children 8a7db813bd07
line wrap: on
line diff
--- a/README.rst	Tue Feb 07 17:51:23 2023 +0400
+++ b/README.rst	Tue Feb 07 18:29:45 2023 +0400
@@ -227,7 +227,7 @@
 * make sure there is no code difference between the compatibility branches and
   stable (no diff within hgext3rd/),
 
-* update the ``testedwith`` variable for all extensions (remove '.dev'):
+* update the ``testedwith`` variable for all extensions (remove '.dev0'):
 
   - hgext3rd/evolve/metadata.py
   - hgext3rd/topic/__init__.py
@@ -264,7 +264,7 @@
 * make an announcement on evolve-testers@mercurial-scm.org and
   mercurial@mercurial-scm.org,
 
-* bump versions of all extensions and add ``.dev`` (see existing commits as an
+* bump versions of all extensions and add ``.dev0`` (see existing commits as an
   example):
 
   - hgext3rd/evolve/metadata.py
@@ -273,7 +273,7 @@
 
   Version bump rules:
 
-  - stable branch x.y.z+1.dev
-  - default branch x.y+1.0.dev
+  - stable branch x.y.z+1.dev0
+  - default branch x.y+1.0.dev0
 
 * merge stable into default.