summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-12 10:26:26 +0100
committerGitHub <noreply@github.com>2022-03-12 10:26:26 +0100
commit58e197650c5e233b19677a0b166d8a5f617d81ab (patch)
tree87fae9741d87008783e4a89da509aed7ebee03f9 /tbump.toml
parent1622459e37ed5c908dc602bb4c77b8e7191a8bbe (diff)
downloadastroid-git-58e197650c5e233b19677a0b166d8a5f617d81ab.tar.gz
New release process (#1438)
* Document the backporting of bug fixes * Fix processes following discussion * Add normalization in ``tbump`` * Remove numbering so the diff is manageable and the doc easier to update Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
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 b9f7adb6..6c24f69b 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -29,6 +29,10 @@ name = "Upgrade changelog changelog"
cmd = "python3 script/bump_changelog.py {new_version}"
[[before_commit]]
+name = "Normalize the contributors-txt configuration"
+cmd = "contributors-txt-normalize-confinguration -a script/.contributors_aliases.json -o script/.contributors_aliases.json"
+
+[[before_commit]]
name = "Upgrade the contributors list"
cmd = "python3 script/create_contributor_list.py"