summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2017-12-15 12:26:10 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2017-12-15 12:26:10 +0100
commitdf53e1eb10c72c77036ef22e59e1b81f6b96582b (patch)
treed991faeb3cdb86a678a5d9c33845ce87c721bf03 /doc
parent9ff44de0ca6d59f21a04b86dc2d2fdc6b6abfd32 (diff)
downloadpylint-git-df53e1eb10c72c77036ef22e59e1b81f6b96582b.tar.gz
Add copyrite aliases and mention it in the release filepylint-1.8.0
Diffstat (limited to 'doc')
-rw-r--r--doc/release.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 2be61bbc1..8d7bed796 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -58,7 +58,10 @@ Pre-release
Release by running the following:
-
+
+ For generating the new copyright notices for this release
+ $ copyrite --contribution-threshold 1 --change-threshold 3 --backend-type git --aliases=.copyrite_aliases . --jobs=8
+
$ git clean -fd && find . -name '*.pyc' -delete
$ python setup.py sdist --formats=gztar bdist_wheel
$ twine upload dist/*