* releasing: Add template for major releases With pytest 6.0.0, we still used a manual releasing workflow (at least if I remember correctly), and apparently we never wrote a release announcement template for major releases. Instead, the minor release template claimed that the release would contain "breaking changes", which doesn't seem reasonable. Thus, this adds a new major template based on the former minor template, and adjusts the latter to only mention fixes and new features instead. * Update scripts/release.minor.rst Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com> Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
25 lines
587 B
ReStructuredText
25 lines
587 B
ReStructuredText
pytest-{version}
|
|
=======================================
|
|
|
|
The pytest team is proud to announce the {version} release!
|
|
|
|
This release contains new features, improvements, bug fixes, and breaking changes, so 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:
|
|
|
|
{contributors}
|
|
|
|
Happy testing,
|
|
The pytest Development Team
|