From 1042a93da1d8171a926552d36160c917419898e6 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 5 Jun 2020 09:33:20 +0100 Subject: [PATCH] fix thinkos in RELEASING.md --- RELEASING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 06bbc3c..aab181f 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -4,7 +4,8 @@ ``` 1. Update the changelog: ```sh - pip3 install --pre 'towncrier>=19.2' + # we need 19.9 to read config from towncrier.toml + pip3 install --pre 'towncrier>19.2' towncrier --version=$ver ``` 1. Push your changes: