mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Tiny things
This commit is contained in:
parent
ba49b46adb
commit
2680fc0ab0
4 changed files with 4 additions and 3 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: release
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build-mod:
|
||||
|
|
|
@ -153,7 +153,7 @@ Info = Info
|
|||
|
||||
connect_settings_random_ports = Don't use a predetermined port. Makes things a bit more robust and allows multiple proxies to be launched on the same computer, but Noita will have to be launched through the proxy.
|
||||
|
||||
##Arrow UX settings
|
||||
## Arrow UX settings
|
||||
|
||||
ping-note = Ping arrow parameters
|
||||
ping-lifetime = Ping arrow lifetime in seconds.
|
||||
|
|
|
@ -151,7 +151,7 @@ Info = Info
|
|||
|
||||
connect_settings_random_ports = Don't use a predetermined port. Makes things a bit more robust and allows multiple proxies to be launched on the same computer, but Noita will have to be launched through the proxy.
|
||||
|
||||
##Arrow UX settings
|
||||
## Arrow UX settings
|
||||
|
||||
ping-note = Параметры стрелочки-пинга
|
||||
ping-lifetime = Время жизни стрелки в секундах.
|
||||
|
|
|
@ -50,6 +50,7 @@ def main():
|
|||
notes_path = generate_notes(tag)
|
||||
|
||||
subprocess.check_call(["git", "tag", "-a", "-F", notes_path, tag ])
|
||||
subprocess.check_call(["git", "push", "--follow-tags"])
|
||||
subprocess.check_call(["git", "push"])
|
||||
subprocess.check_call(["git", "push", "--tags"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue