diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-28 21:12:40 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-28 22:33:34 +0100 |
commit | 9426cf7a501271515ced1dbf29bf675a5ce6990a (patch) | |
tree | a25e5f2579002201a0fc7c6ac4a1a4ac6339310b /doc | |
parent | 1dd26e017259a1434f432110ef99ad30f66e768a (diff) | |
download | pylint-git-9426cf7a501271515ced1dbf29bf675a5ce6990a.tar.gz |
Update doc for release (easier command to copy paste)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release.md b/doc/release.md index a793a646a..10f75c09a 100644 --- a/doc/release.md +++ b/doc/release.md @@ -15,8 +15,8 @@ So, you want to release the ``X.Y.Z`` version of pylint ? ```bash pip3 install copyrite -copyrite --contribution-threshold 1 --change-threshold 3 --backend-type - git --aliases=.copyrite_aliases . --jobs=8 +copyrite --contribution-threshold 1 --change-threshold 3 --backend-type \ +git --aliases=.copyrite_aliases . --jobs=8 # During the commit pre-commit and pyupgrade will remove the encode utf8 # automatically ``` |