summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-02-07 23:38:04 +0100
committerGitHub <noreply@github.com>2022-02-07 23:38:04 +0100
commit533e6b8d64d344e8fdea23fc8fe6c1a4d0aa6286 (patch)
treed3d9e74bc90894718b755890fb380f8e4165d797 /tbump.toml
parent86cb7cf681af4c64cffa2f88c893179abab55d86 (diff)
downloadpylint-git-533e6b8d64d344e8fdea23fc8fe6c1a4d0aa6286.tar.gz
Fix duplicate names of ``Pylint Messages`` in docs (#5744)
Also add tbump step to upgrade the placeholder markdown, and an auto generation comment. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.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 b7855123d..0429cbd3a 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -29,6 +29,10 @@ name = "Upgrade changelog"
cmd = "python3 script/bump_changelog.py {new_version}"
[[before_commit]]
+name = "Upgrade and check doc"
+cmd = "tox -e docs||echo 'Hack so this command does not fail'"
+
+[[before_commit]]
name = "Upgrade copyrights"
cmd = "pip3 install copyrite;copyrite --contribution-threshold 1 --change-threshold 3 --backend-type git --aliases=.copyrite_aliases . --jobs=8"