summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-12 10:28:25 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-12 13:11:45 +0100
commit8013d1d86a37af91e6ae09bf6930202d33aeefd1 (patch)
tree29aa5d4f3348390d1f7f51c2464375d19b63856f /tbump.toml
parentdaf454021a4b49c72033eaace587d182f9f7d163 (diff)
downloadastroid-git-8013d1d86a37af91e6ae09bf6930202d33aeefd1.tar.gz
Bump astroid to 2.11.0, update changelogv2.11.0
Make small changes to release process
Diffstat (limited to 'tbump.toml')
-rw-r--r--tbump.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbump.toml b/tbump.toml
index 6c24f69b..50e2140f 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.10.1-dev0"
+current = "2.11.0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
@@ -30,7 +30,7 @@ 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"
+cmd = "contributors-txt-normalize-configuration -a script/.contributors_aliases.json -o script/.contributors_aliases.json"
[[before_commit]]
name = "Upgrade the contributors list"