We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ed52b commit be8bd0dCopy full SHA for be8bd0d
tasks.py
@@ -40,7 +40,7 @@ def update_doc(ctx):
40
make_doc(ctx)
41
with cd("docs"):
42
ctx.run("git add .")
43
- ctx.run("git commit -a -m \"Update dev docs\"")
+ ctx.run("git commit -a -m \"Update to v{}\"".format(__version__))
44
ctx.run("git push")
45
46
@task
0 commit comments