diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2017-12-15 12:48:40 +0100 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2017-12-15 12:48:40 +0100 |
| commit | b35ffe4a6e1589204acccb8d298c75484ff0499a (patch) | |
| tree | 0b464752b4dd960fc3cb3cc4d4deafcbd3ba2635 /doc | |
| parent | 4c481dea025850d9c53edef14670c74b1af88340 (diff) | |
| download | pylint-git-b35ffe4a6e1589204acccb8d298c75484ff0499a.tar.gz | |
Remove *everything* when cleaning
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt index 8d7bed796..072e071cd 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -62,7 +62,7 @@ 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 + $ git clean -fdx && find . -name '*.pyc' -delete $ python setup.py sdist --formats=gztar bdist_wheel $ twine upload dist/* |
