doc: minor fixes for the release process
This commit is contained in:
		
							parent
							
								
									6b13379f37
								
							
						
					
					
						commit
						55ebd9f803
					
				| 
						 | 
					@ -8,7 +8,7 @@ taking a lot of time to make a new one.
 | 
				
			||||||
.. important::
 | 
					.. important::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pytest releases must be prepared on **Linux** because the docs and examples expect
 | 
					    pytest releases must be prepared on **Linux** because the docs and examples expect
 | 
				
			||||||
    to be executed in that platform.
 | 
					    to be executed on that platform.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#. Create a branch ``release-X.Y.Z`` with the version for the release.
 | 
					#. Create a branch ``release-X.Y.Z`` with the version for the release.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@ The pytest team is proud to announce the {version} release!
 | 
				
			||||||
pytest is a mature Python testing tool with more than a 2000 tests
 | 
					pytest is a mature Python testing tool with more than a 2000 tests
 | 
				
			||||||
against itself, passing on many different interpreters and platforms.
 | 
					against itself, passing on many different interpreters and platforms.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This release contains a number of bugs fixes and improvements, so users are encouraged
 | 
					This release contains a number of bug fixes and improvements, so users are encouraged
 | 
				
			||||||
to take a look at the CHANGELOG:
 | 
					to take a look at the CHANGELOG:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    https://docs.pytest.org/en/latest/changelog.html
 | 
					    https://docs.pytest.org/en/latest/changelog.html
 | 
				
			||||||
| 
						 | 
					@ -15,7 +15,7 @@ For complete documentation, please visit:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    https://docs.pytest.org/en/latest/
 | 
					    https://docs.pytest.org/en/latest/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
As usual, you can upgrade from pypi via:
 | 
					As usual, you can upgrade from PyPI via:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pip install -U pytest
 | 
					    pip install -U pytest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -24,4 +24,4 @@ Thanks to all who contributed to this release, among them:
 | 
				
			||||||
{contributors}
 | 
					{contributors}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Happy testing,
 | 
					Happy testing,
 | 
				
			||||||
The Pytest Development Team
 | 
					The pytest Development Team
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@ pytest-{version}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pytest {version} has just been released to PyPI.
 | 
					pytest {version} has just been released to PyPI.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is a bug-fix release, being a drop-in replacement. To upgrade::
 | 
					This is a bug fix release, being a drop-in replacement. To upgrade::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  pip install --upgrade pytest
 | 
					  pip install --upgrade pytest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue