From d9e13b5c351d5be7c1f1dd60cf389b62d63ecd5b Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Tue, 23 Nov 2021 21:24:52 +0000 Subject: [PATCH] chore: update duties.py --- duties.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/duties.py b/duties.py index 581ad61..1dc6f7c 100644 --- a/duties.py +++ b/duties.py @@ -140,6 +140,10 @@ def release(ctx, version: str = "patch") -> None: print(ctx.run(["duty", "bump", f"version={version}"])) ctx.run(["duty", "build"]) ctx.run(["duty", "export"]) + print( + "✔ Check generated files. Run `duty changelog planned_release= previous_release=` and `duty publish password=`" + " when ready to publish." + ) @duty