awtk/scripts/release_version.sh
2024-08-21 11:17:11 +08:00

7 lines
97 B
Bash
Executable File

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