summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-21 17:48:20 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-23 19:57:20 +0100
commitbdeb7e5f0cdafab92efc3fe52b4d1e94ee3344e5 (patch)
tree7de793a1895346c5b47a9db7834bd04b100dfe2b /tbump.toml
parent536087e448f9204ddbaea10a55ca5eab7d64de0d (diff)
downloadpylint-git-bdeb7e5f0cdafab92efc3fe52b4d1e94ee3344e5.tar.gz
Add a script to update the CONTRIBUTORS.txt
Diffstat (limited to 'tbump.toml')
-rw-r--r--tbump.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tbump.toml b/tbump.toml
index 0429cbd3a..6744a745e 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -33,6 +33,14 @@ name = "Upgrade and check doc"
cmd = "tox -e docs||echo 'Hack so this command does not fail'"
[[before_commit]]
+name = "Normalize the contributors-txt configuration"
+cmd = "contributors-txt-normalize-configuration -a script/.contributors_aliases.json -o script/.contributors_aliases.json"
+
+[[before_commit]]
+name = "Upgrade the contributors list"
+cmd = "python3 script/create_contributor_list.py"
+
+[[before_commit]]
name = "Upgrade copyrights"
cmd = "pip3 install copyrite;copyrite --contribution-threshold 1 --change-threshold 3 --backend-type git --aliases=.copyrite_aliases . --jobs=8"