We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1a9fc commit 8367f63Copy full SHA for 8367f63
1 file changed
tasks.py
@@ -17,6 +17,8 @@ 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/releases and publish the release.")
21
+
22
23
def _get_version(c):
24
version = c.run("poetry version -s", hide="out").stdout.strip()
0 commit comments