comparison .gitlab/issue_templates/new-version.md @ 6531:ce450e90a0a5

docs: update the release checklist template
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 06 Jul 2023 14:49:06 -0300
parents 8a7db813bd07
children 9ed87a0d93c7
comparison
equal deleted inserted replaced
6530:afc41038dd3d 6531:ce450e90a0a5
1 This is the actual check list for releasing evolve version X.Y.Z 1 This is the actual check list for releasing evolve version X.Y.Z
2 2
3 More details in the [README.rst file](README.rst#L210). 3 More details in the [README.rst file](README.rst#L219).
4 4
5 Preparation 5 Preparation
6 6
7 * [ ] merges with compatibility branches 7 * [ ] merges with compatibility branches
8 * [ ] compatibility tests are happy 8 * [ ] compatibility tests are happy
21 * [ ] push/publish the tag to the main repository 21 * [ ] push/publish the tag to the main repository
22 * [ ] upload the tarball to PyPI 22 * [ ] upload the tarball to PyPI
23 * [ ] build .deb on Heptapod CI for the tagged commit 23 * [ ] build .deb on Heptapod CI for the tagged commit
24 * [ ] add `.dev0` to the `__version__` field 24 * [ ] add `.dev0` to the `__version__` field
25 * [ ] merge stable into default 25 * [ ] merge stable into default
26 * [ ] push the result to https://www.mercurial-scm.org/repo/evolve/ 26 * [ ] push the result to https://repo.mercurial-scm.org/evolve/
27 * [ ] send the announcement by email to evolve-testers@mercurial-scm.org 27 * [ ] send the announcement by email to evolve-testers@mercurial-scm.org
28 * [ ] send the announcement by email to mercurial@mercurial-scm.org 28 * [ ] send the announcement by email to mercurial@mercurial-scm.org
29 * [ ] publish the announcement as a blog on https://octobus.net/blog/ 29 * [ ] publish the announcement as a blog on https://octobus.net/blog/
30 * [ ] update #hg-evolve topic 30 * [ ] update #hg-evolve topic
31 * [ ] tweet about it 31 * [ ] tweet about it