fix thinkos in RELEASING.md

This commit is contained in:
Richard van der Hoff 2020-06-05 09:33:20 +01:00
parent 3a795e7b80
commit 1042a93da1
1 changed files with 2 additions and 1 deletions

View File

@ -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: