summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-22 19:33:02 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-22 23:22:55 +0100
commit5c1ecd895c4f00fd95567e1cb5b435b30965a4b3 (patch)
tree71c66e21a3ca89b4794f9934e257e7203d08f0d2 /tbump.toml
parenta319ea3006982a0625159f87b2063c4d9b4219d2 (diff)
downloadastroid-git-5c1ecd895c4f00fd95567e1cb5b435b30965a4b3.tar.gz
Update contributors-txt requirement from ~=0.5.2 to >0.7.3
Updates the requirements on [contributors-txt](https://github.com/Pierre-Sassoulas/contributors-txt) to permit the latest version. - [Release notes](https://github.com/Pierre-Sassoulas/contributors-txt/releases) - [Commits](https://github.com/Pierre-Sassoulas/contributors-txt/compare/v0.5.2...v0.7.2) --- updated-dependencies: - dependency-name: contributors-txt dependency-type: direct:production ... Upgrade contributors.txt generation
Diffstat (limited to 'tbump.toml')
-rw-r--r--tbump.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tbump.toml b/tbump.toml
index 72775ee6..ce6cb976 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -29,6 +29,11 @@ name = "Upgrade changelog changelog"
cmd = "python3 script/bump_changelog.py {new_version}"
[[before_commit]]
+# We only need this during tbump, it's not compatible with python < 3.7
+name = "Install dependencie for contributors.txt's update."
+cmd = "pip install 'contributors-txt>=0.7.3'"
+
+[[before_commit]]
name = "Normalize the contributors-txt configuration"
cmd = "contributors-txt-normalize-configuration -a script/.contributors_aliases.json -o script/.contributors_aliases.json"