Skip to content

Commit 445143e

Browse files
committed
add note about release build
1 parent db9b327 commit 445143e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ 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/actions/workflows/release.yml for release build.")
2021
print("Check https://github.com/taskbadger/taskbadger-python/releases and publish the release.")
2122

2223

0 commit comments

Comments
 (0)