summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-15 09:14:48 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-16 06:57:01 +0200
commit36776cff6368c985dacd4baeacc3ed343ac81b54 (patch)
tree3ed46f0aa8d89aa014e0bb834200cc5a0c0f1175 /tbump.toml
parent5d228e24b76dbc67e6740661e36066366281051f (diff)
downloadastroid-git-36776cff6368c985dacd4baeacc3ed343ac81b54.tar.gz
Simplify the release process using tbump
Diffstat (limited to 'tbump.toml')
-rw-r--r--tbump.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tbump.toml b/tbump.toml
index f3439634..9193df6b 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -28,6 +28,10 @@ src = "astroid/__pkginfo__.py"
name = "Upgrade changelog changelog"
cmd = "python3 script/bump_changelog.py {new_version}"
+[[before_commit]]
+name = "Upgrade copyrights"
+cmd = "copyrite --contribution-threshold 1 --change-threshold 3 --backend-type git --aliases=.copyrite_aliases . --jobs=8"
+
# Or run some commands after the git tag and the branch
# have been pushed:
# [[after_push]]