awtk/release_version.sh
2021-03-25 17:16:12 +08:00

7 lines
101 B
Bash
Executable File

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