From 51229fd1277f513fab7b7b2f1f1094c1b427e67e Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 5 Jan 2018 16:58:11 +0100 Subject: [PATCH] Doc: Add updating the GitHub release page to the release process https://github.com/python-ldap/python-ldap/pull/146 --- Doc/contributing.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/contributing.rst b/Doc/contributing.rst index c45e9c9..9061332 100644 --- a/Doc/contributing.rst +++ b/Doc/contributing.rst @@ -214,3 +214,6 @@ If you are tasked with releasing python-ldap, remember to: * Release the ``sdist`` on PyPI. * Announce the release on the mailing list. Mention the Git hash. +* Add the release's log from ``CHANGES`` on the `GitHub release page`_. + +.. _GitHub release page: https://github.com/python-ldap/python-ldap/releases