From 61981e754ff2ba354d7ca6cb0be084de1458a9a2 Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Sat, 6 Nov 2021 00:13:10 +0800 Subject: [PATCH] feat: change release commit message --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 5bb48f8..43036c1 100755 --- a/update.py +++ b/update.py @@ -130,7 +130,7 @@ def main(): print("Updated repository data, skip release since not specified `--release`") return - subprocess.run(["hub", "commit", "-m", "Update holiday data [skip ci]"], check=True) + subprocess.run(["hub", "commit", "-m", "chore(release): update holiday data", "-m" "[skip ci]"], check=True) subprocess.run(["hub", "push"], check=True) tag = now.strftime("%Y.%m.%d")