From e93e4d1e5bfdb1cfa08ae5112466494d7ec1718b Mon Sep 17 00:00:00 2001 From: Flavio Curella <89607+fcurella@users.noreply.github.com> Date: Tue, 16 Jul 2019 15:54:15 -0500 Subject: [PATCH] Update RELEASE_PROCESS.rst --- RELEASE_PROCESS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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``.