mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
add new post-release tasks section to help release managers
This commit is contained in:
parent
53a81244f5
commit
ff26c74b59
1 changed files with 10 additions and 0 deletions
|
|
@ -39,3 +39,13 @@ correctly:
|
|||
'...'
|
||||
|
||||
Verify that this is the version you just released.
|
||||
|
||||
Post-release tasks
|
||||
------------------
|
||||
|
||||
* Update the version number to the next major (e.g. 0.5.dev1) in
|
||||
``cryptography/__about__.py`` and
|
||||
``vectors/cryptography_vectors/__about__.py``.
|
||||
* Add new changelog entry with next version and note that it is under active
|
||||
development
|
||||
* Send a pull request with these items
|
||||
|
|
|
|||
Loading…
Reference in a new issue