diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-06-04 12:57:17 -0700 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-06-04 12:57:17 -0700 |
commit | 5563ea0882cf4dea93c3c9af2af98724e27863b2 (patch) | |
tree | 9197f95be67e2ef246d868b2e241b880e3169375 | |
parent | 67ea444a05818703f7a595c5014d9fbc43d80c9c (diff) | |
download | cryptography-5563ea0882cf4dea93c3c9af2af98724e27863b2.tar.gz cryptography-5563ea0882cf4dea93c3c9af2af98724e27863b2.tar.bz2 cryptography-5563ea0882cf4dea93c3c9af2af98724e27863b2.zip |
Added another release task (#2965)
* Added another release task
* apparently this is how we caps this
* caps + linky
* order
-rw-r--r-- | docs/doing-a-release.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index 0087ec59..0feb59bb 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -76,6 +76,7 @@ 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``. +* Close the `milestone`_ for the previous release on GitHub. * Add new :doc:`/changelog` entry with next version and note that it is under active development * Send a pull request with these items @@ -85,5 +86,6 @@ Post-release tasks * Send an email to the `mailing list`_ and `python-announce`_ announcing the release. +.. _`milestone`: https://github.com/pyca/cryptography/milestones .. _`mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev .. _`python-announce`: https://mail.python.org/mailman/listinfo/python-announce-list |