mirror of
https://github.com/tembo-pages/tembo-core.git
synced 2025-12-22 05:35:43 +00:00
chore: update duties.py
This commit is contained in:
@@ -140,6 +140,10 @@ def release(ctx, version: str = "patch") -> None:
|
|||||||
print(ctx.run(["duty", "bump", f"version={version}"]))
|
print(ctx.run(["duty", "bump", f"version={version}"]))
|
||||||
ctx.run(["duty", "build"])
|
ctx.run(["duty", "build"])
|
||||||
ctx.run(["duty", "export"])
|
ctx.run(["duty", "export"])
|
||||||
|
print(
|
||||||
|
"✔ Check generated files. Run `duty changelog planned_release= previous_release=` and `duty publish password=`"
|
||||||
|
" when ready to publish."
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
@duty
|
@duty
|
||||||
|
|||||||
Reference in New Issue
Block a user