We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e046c69 commit 8fd9ee6Copy full SHA for 8fd9ee6
tbump.toml
@@ -29,9 +29,9 @@ search = '"VERSION": "{current_version}"'
29
# run after the files have been patched
30
# and before the git commit is made
31
32
-# [[before_commit]]
33
-# name = "check changelog"
34
-# cmd = "grep -q {new_version} Changelog.rst"
+[[before_commit]]
+name = "Run all tests"
+cmd = "make test-n-cover"
35
36
# Or run some commands after the git tag and the branch
37
# have been pushed:
0 commit comments