Skip to content

Commit

Permalink
xy
Browse files Browse the repository at this point in the history
  • Loading branch information
murer committed Apr 8, 2020
1 parent 0a31611 commit 5fb8556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
cmd_version() {
lhproxy_version="${1?'version, like: x.x.x'}"
echo "$lhproxy_version" | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$"
echo git tag "$lhproxy_version"
echo git push origin "$lhproxy_version"
git tag "$lhproxy_version"
git push origin "$lhproxy_version"
}

cmd_edge() {
Expand Down

0 comments on commit 5fb8556

Please sign in to comment.