diff --git a/RELEASE_PROCESS.rst b/RELEASE_PROCESS.rst index 9d4b066249..0c393c7e35 100644 --- a/RELEASE_PROCESS.rst +++ b/RELEASE_PROCESS.rst @@ -2,8 +2,8 @@ Release Process --------------- 1. Compile entries in ``CHANGELOG.rst``. Each entry should: - * Be in the past tense (eg "Fix datetime on Windows") - * End with acknowledging the PR author(s): "Thanks @." + * Be in the past tense (eg "Fix datetime on Windows") + * End with acknowledging the PR author(s): "Thanks @." 2. Run ``bumpversion ``. 3. Check the commit generated by ``bumpversion``, then ``git push``.