summaryrefslogtreecommitdiff
path: root/tasks/release.patch.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-07-14 10:21:31 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2018-07-14 11:35:37 -0300
commita0b0c37febd8752cdf1cb74fe80cd1e180056ba8 (patch)
tree2e40ae64c460da6bccbc14a66cbf87b0c2c3d57f /tasks/release.patch.rst
parent0565a7a4e13bb6d2bdded30c09d023322948c45c (diff)
downloadpytest-a0b0c37febd8752cdf1cb74fe80cd1e180056ba8.tar.gz
Revamp the release script: drop invoke and use tox directly
Following the lead from tox, use a simple Python script instead of depending on ``invoke``. Other changes: * Some colors using ``colorama``. * Run ``pre-commit`` before the final commit to ensure everything is neatly formatted. * Drop generating local tag: legacy from the time we used ``devpi`` as staging area, currently we no longer use it, and we should push a tag from the last HEAD of the PR always to ensure it is correct.
Diffstat (limited to 'tasks/release.patch.rst')
-rw-r--r--tasks/release.patch.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/tasks/release.patch.rst b/tasks/release.patch.rst
deleted file mode 100644
index 1982dc353..000000000
--- a/tasks/release.patch.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-pytest-{version}
-=======================================
-
-pytest {version} has just been released to PyPI.
-
-This is a bug-fix release, being a drop-in replacement. To upgrade::
-
- pip install --upgrade pytest
-
-The full changelog is available at http://doc.pytest.org/en/latest/changelog.html.
-
-Thanks to all who contributed to this release, among them:
-
-{contributors}
-
-Happy testing,
-The pytest Development Team