fix thinkos in RELEASING.md
This commit is contained in:
parent
3a795e7b80
commit
1042a93da1
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue