This commit is contained in:
2026-06-08 18:37:03 +03:00
parent 1da5cfd4e4
commit 1815c0401a
2 changed files with 18 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
git checkout release
git merge main
git push origin release
git checkout main