Skip to content

Commit 8367f63

Browse files
committed
add note about releases
1 parent 6a1a9fc commit 8367f63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tasks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ def tag_release(c: Context):
1717
c.run(f"git tag v{version}")
1818
c.run("git push origin main --tags")
1919

20+
print("Check https://github.com/taskbadger/taskbadger-python/releases and publish the release.")
21+
2022

2123
def _get_version(c):
2224
version = c.run("poetry version -s", hide="out").stdout.strip()

0 commit comments

Comments
 (0)