awtk/scripts/release_version.sh
2020-04-07 18:08:03 +08:00

7 lines
97 B
Bash
Executable File

#!/bin/bash
VERSION="1.4"
git checkout -b "$VERSION"
git push --set-upstream origin "$VERSION"