# HG changeset patch # User Anton Shestakov # Date 1677436106 -14400 # Node ID 8a7db813bd0761ff60f39acb42cc888745e89b02 # Parent 73b20136eceb245e917e843cf45cf963a5cae6fc docs: add building a .deb package to release checklist diff -r 73b20136eceb -r 8a7db813bd07 .gitlab/issue_templates/new-version.md --- a/.gitlab/issue_templates/new-version.md Thu Feb 23 18:43:06 2023 +0400 +++ b/.gitlab/issue_templates/new-version.md Sun Feb 26 22:28:26 2023 +0400 @@ -20,6 +20,7 @@ * [ ] move the `@` bookmark to the new tag * [ ] push/publish the tag to the main repository * [ ] upload the tarball to PyPI +* [ ] build .deb on Heptapod CI for the tagged commit * [ ] add `.dev0` to the `__version__` field * [ ] merge stable into default * [ ] push the result to https://www.mercurial-scm.org/repo/evolve/ diff -r 73b20136eceb -r 8a7db813bd07 README.rst --- a/README.rst Thu Feb 23 18:43:06 2023 +0400 +++ b/README.rst Sun Feb 26 22:28:26 2023 +0400 @@ -261,6 +261,8 @@ * upload the tarball to PyPI, +* build .deb on Heptapod CI for the tagged commit, + * make an announcement on evolve-testers@mercurial-scm.org and mercurial@mercurial-scm.org,