awtk/release_version.sh

7 lines
101 B
Bash
Raw Normal View History

2021-03-25 17:16:12 +08:00
#!/bin/bash
VERSION="mbedtls"
git checkout -b "$VERSION"
git push --set-upstream origin "$VERSION"