mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-18 22:53:16 +00:00
Automated commit: v0.30.6
This commit is contained in:
parent
4aabb8f5ae
commit
ddb2585910
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,11 @@
|
||||||
from prepare_release import *
|
from prepare_release import *
|
||||||
|
|
||||||
def generate_notes(tag):
|
def generate_notes(tag):
|
||||||
|
last_release = get_last_release()
|
||||||
|
print("Last release is:", last_release["name"])
|
||||||
|
|
||||||
|
pull_requests = get_pull_requests_from(last_release["publishedAt"])
|
||||||
|
|
||||||
notes = ReleaseNotes()
|
notes = ReleaseNotes()
|
||||||
|
|
||||||
notes.title("Noita Entangled Worlds "+tag)
|
notes.title("Noita Entangled Worlds "+tag)
|
||||||
|
@ -41,12 +46,6 @@ def main():
|
||||||
|
|
||||||
subprocess.run(["git", "pull"])
|
subprocess.run(["git", "pull"])
|
||||||
subprocess.run(["git", "commit", "-am", "Automated commit: "+tag])
|
subprocess.run(["git", "commit", "-am", "Automated commit: "+tag])
|
||||||
|
|
||||||
|
|
||||||
last_release = get_last_release()
|
|
||||||
print("Last release is:", last_release["name"])
|
|
||||||
|
|
||||||
pull_requests = get_pull_requests_from(last_release["publishedAt"])
|
|
||||||
|
|
||||||
notes_path = generate_notes(tag)
|
notes_path = generate_notes(tag)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue