chore: update duties.py

This commit is contained in:
2021-11-23 21:24:52 +00:00
parent f33f215c7e
commit d9e13b5c35

View File

@@ -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