Files
pytest2/scripts/release.pre.rst
Florian Bruhin 21a186bbda scripts: Use release branch for changelog URL (#9380)
* scripts: Use release branch for changelog URL

With a prerelease, /stable won't show the correct changelog.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-12-07 10:24:57 +00:00

30 lines
871 B
ReStructuredText

pytest-{version}
=======================================
The pytest team is proud to announce the {version} prerelease!
This is a prerelease, not intended for production use, but to test the upcoming features and improvements
in order to catch any major problems before the final version is released to the major public.
We appreciate your help testing this out before the final release, making sure to report any
regressions to our issue tracker:
https://github.com/pytest-dev/pytest/issues
When doing so, please include the string ``[prerelease]`` in the title.
You can upgrade from PyPI via:
pip install pytest=={version}
Users are encouraged to take a look at the CHANGELOG carefully:
https://docs.pytest.org/en/{doc_version}/changelog.html
Thanks to all the contributors to this release:
{contributors}
Happy testing,
The pytest Development Team