1
0
mirror of https://github.com/pravets/oscript-images.git synced 2025-10-08 23:01:52 +02:00

chore: добавлен скрипт для создания и принудительной отправки тега oscript_lts-dev

This commit is contained in:
Iosif Pravets
2025-07-24 10:43:03 +00:00
committed by GitHub
parent 3ddf6dc6ac
commit 8f82e90522

4
src/tag-oscript-lts-dev.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -euo pipefail
git tag -f oscript_lts-dev && git push origin oscript_lts-dev -f