We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9b327 commit 445143eCopy full SHA for 445143e
1 file changed
tasks.py
@@ -17,6 +17,7 @@ def tag_release(c: Context):
17
c.run(f"git tag v{version}")
18
c.run("git push origin main --tags")
19
20
+ print("Check https://github.com/taskbadger/taskbadger-python/actions/workflows/release.yml for release build.")
21
print("Check https://github.com/taskbadger/taskbadger-python/releases and publish the release.")
22
23
0 commit comments