awtk/scripts/release_version.sh

7 lines
97 B
Bash
Raw Normal View History

2020-04-07 18:08:03 +08:00
#!/bin/bash
VERSION="1.4"
git checkout -b "$VERSION"
git push --set-upstream origin "$VERSION"