summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
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"