From 9426cf7a501271515ced1dbf29bf675a5ce6990a Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 28 Feb 2021 21:12:40 +0100 Subject: [PATCH] Update doc for release (easier command to copy paste) --- doc/release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release.md b/doc/release.md index a793a646a1..10f75c09ab 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 ```