mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Automated commit: v0.15.3
This commit is contained in:
parent
2c4d3ecbd9
commit
d6b68f5d4a
3 changed files with 6 additions and 2 deletions
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -1997,7 +1997,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|||
|
||||
[[package]]
|
||||
name = "noita-proxy"
|
||||
version = "0.15.2"
|
||||
version = "0.15.3"
|
||||
dependencies = [
|
||||
"argh",
|
||||
"bincode",
|
||||
|
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
|||
[package]
|
||||
name = "noita-proxy"
|
||||
description = "Noita Entangled Worlds companion app."
|
||||
version = "0.15.2"
|
||||
version = "0.15.3"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
@ -111,6 +111,10 @@ def main():
|
|||
print("Release already exists, exiting")
|
||||
exit(1)
|
||||
|
||||
subprocess.run(["git", "pull"])
|
||||
subprocess.run(["git", "commit", "-am", "Automated commit: "+tag])
|
||||
subprocess.run(["git", "push"])
|
||||
|
||||
last_release = get_last_release()
|
||||
print("Last release is:", last_release["name"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue