feat: change release commit message
This commit is contained in:
parent
d28e5a6281
commit
61981e754f
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user