feat: change release commit message

This commit is contained in:
NateScarlet 2021-11-06 00:13:10 +08:00
parent d28e5a6281
commit 61981e754f
No known key found for this signature in database
GPG Key ID: 5C242793B070309C

View File

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