summaryrefslogtreecommitdiff
path: root/scripts/release-checklist
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for release.Matthäus G. Chajdas2023-04-101-0/+1
| | | | | | * Update CHANGES. * Fix missing `versionadded` declarations. * Fix a few linter issues.
* Replace Makefile with tox (#2331)Jean Abou-Samra2023-02-231-4/+5
| | | | | | | | | | | | | | | Porting notes: - tox handles Python environments automatically. Remove a bit of PYTHONPATH manipulation (that was using Python 2 code which always failed!) - No `clean` target: `git clean -xdf` should fit the bill. - No `reindent` target: the `reindent.py` script it was using does not exist (anymore?). - No equivalent of tox-test-coverage, which was an artifact of the past, using nose. Instead, the test-coverage target only is ported, which uses pytest, and works.
* Move metadata to pyproject.toml (#2342)Jean Abou-Samra2023-02-151-1/+1
|
* Update release-checklist.Matthäus G. Chajdas2021-12-301-1/+1
| | | | Use -m build instead of setup.py.
* Add more checks to the release checklist.Matthäus G. Chajdas2020-03-081-2/+4
|
* Remove Python2 release instructions.Matthäus G. Chajdas2020-03-081-1/+0
|
* add github release stepGeorg Brandl2019-11-291-1/+2
|
* keep version number in one place, dont do the "x.y.z+" anymoreGeorg Brandl2019-11-291-2/+2
|
* Post-release updates; also tweak checklistGeorg Brandl2019-11-291-5/+3
|
* Update hg/bitbucket -> git/github everywhere.Georg Brandl2019-11-101-5/+5
|
* Minimal fixup changes for the release, add release date.2.3.0Georg Brandl2018-11-251-16/+16
|
* add release checklistGeorg Brandl2018-11-241-0/+24