feat: change release commit message
This commit is contained in:
@@ -130,7 +130,7 @@ def main():
|
|||||||
print("Updated repository data, skip release since not specified `--release`")
|
print("Updated repository data, skip release since not specified `--release`")
|
||||||
return
|
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)
|
subprocess.run(["hub", "push"], check=True)
|
||||||
|
|
||||||
tag = now.strftime("%Y.%m.%d")
|
tag = now.strftime("%Y.%m.%d")
|
||||||
|
|||||||
Reference in New Issue
Block a user