Оформление канала навигации | version: 3

This commit is contained in:
2025-07-26 21:50:51 +03:00
parent 6e4d39a6ee
commit 762cbfbbb9
2 changed files with 7 additions and 5 deletions

View File

@@ -21,10 +21,6 @@ for /f "usebackq delims=" %%A in ("version.txt") do (
REM Получение комментария к коммиту
set commit_msg="%description% | version: %version%"
echo %description%>version.txt
set /a version+=1
echo !version!>>version.txt
REM Добавление всех изменений
git add .
@@ -34,4 +30,8 @@ git commit -m %commit_msg%
REM Отправка в основную ветку (main или master)
git push
echo %description%>version.txt
set /a version+=1
echo !version!>>version.txt
pause