From ba106f817041c232a1edaea722010c552575f440 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 12 Oct 2021 09:31:19 -0300 Subject: [PATCH] Improve prerelease text --- scripts/release.pre.rst | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/scripts/release.pre.rst b/scripts/release.pre.rst index ca9e8e24a..f0b054de3 100644 --- a/scripts/release.pre.rst +++ b/scripts/release.pre.rst @@ -3,22 +3,25 @@ pytest-{version} The pytest team is proud to announce the {version} prerelease! -As this is a prerelease, we don't expect any major or breaking changes. -We would appreciate testing of the new features, improvements, -and bug fixes before the final release. Users are encouraged to -take a look at the CHANGELOG carefully: +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/stable/changelog.html -For complete documentation, please visit: - - https://docs.pytest.org/en/stable/ - -As usual, you can upgrade from PyPI via: - - pip install -U pytest - -Thanks to all of the contributors to this release: +Thanks to all the contributors to this release: {contributors}