autorelease.bat 99 B

1234
  1. @echo off
  2. set /p id="Enter a release version (e.g. v0.0.1) :"
  3. git tag "%id%"
  4. git push origin "%id%"