huafetcher/release.sh

7 lines
157 B
Bash
Raw Normal View History

2020-11-24 23:20:36 +01:00
#!/bin/bash
commitCount=$(git rev-list HEAD --count)
git tag -a "$commitCount" HEAD -m "Android Release $commitCount"
git push origin master:master --tags