comparison 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
comparison
equal deleted inserted replaced
6406:bbf93745dc54 6407:6b128ae8e2ad
225 * make sure the tests are happy on all supported versions, 225 * make sure the tests are happy on all supported versions,
226 226
227 * make sure there is no code difference between the compatibility branches and 227 * make sure there is no code difference between the compatibility branches and
228 stable (no diff within hgext3rd/), 228 stable (no diff within hgext3rd/),
229 229
230 * update the ``testedwith`` variable for all extensions (remove '.dev'): 230 * update the ``testedwith`` variable for all extensions (remove '.dev0'):
231 231
232 - hgext3rd/evolve/metadata.py 232 - hgext3rd/evolve/metadata.py
233 - hgext3rd/topic/__init__.py 233 - hgext3rd/topic/__init__.py
234 - hgext3rd/pullbundle.py 234 - hgext3rd/pullbundle.py
235 235
262 * upload the tarball to PyPI, 262 * upload the tarball to PyPI,
263 263
264 * make an announcement on evolve-testers@mercurial-scm.org and 264 * make an announcement on evolve-testers@mercurial-scm.org and
265 mercurial@mercurial-scm.org, 265 mercurial@mercurial-scm.org,
266 266
267 * bump versions of all extensions and add ``.dev`` (see existing commits as an 267 * bump versions of all extensions and add ``.dev0`` (see existing commits as an
268 example): 268 example):
269 269
270 - hgext3rd/evolve/metadata.py 270 - hgext3rd/evolve/metadata.py
271 - hgext3rd/topic/__init__.py 271 - hgext3rd/topic/__init__.py
272 - hgext3rd/pullbundle.py 272 - hgext3rd/pullbundle.py
273 273
274 Version bump rules: 274 Version bump rules:
275 275
276 - stable branch x.y.z+1.dev 276 - stable branch x.y.z+1.dev0
277 - default branch x.y+1.0.dev 277 - default branch x.y+1.0.dev0
278 278
279 * merge stable into default. 279 * merge stable into default.