Skip to content

Commit be8bd0d

Browse files
committed
change commit message for task.py
1 parent 99ed52b commit be8bd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def update_doc(ctx):
4040
make_doc(ctx)
4141
with cd("docs"):
4242
ctx.run("git add .")
43-
ctx.run("git commit -a -m \"Update dev docs\"")
43+
ctx.run("git commit -a -m \"Update to v{}\"".format(__version__))
4444
ctx.run("git push")
4545

4646
@task

0 commit comments

Comments
 (0)