pdca0-dev-hub/cmd/release-commit.bat

7 lines
97 B
Batchfile

@echo off
call git commit --allow-empty -m "RELEASE"
if "%~1" neq "false" (
call git push
)