Skip to content

Commit

Permalink
Update doc for release (easier command to copy paste)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 28, 2021
1 parent 1dd26e0 commit 9426cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 9426cf7

Please sign in to comment.