forked from pytest-dev/pytest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.0.x] releasing: Add template for major releases (pytest-dev#9597)
Co-authored-by: Florian Bruhin <[email protected]>
- Loading branch information
1 parent
7fa3972
commit 737b220
Showing
3 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters