提交 ff4359c8 编写于 作者: LinuxSuRen's avatar LinuxSuRen

fix the logic of get latest tag

上级 e0a0b1cc
#!/bin/sh
VERSION=$(hub tag --list | tail -n 1)
VERSION=$(hub tag --list | sort -V | tail -n 1)
VERSION_BITS=(${VERSION//./ })
VNUM1=${VERSION_BITS[0]}
VNUM2=${VERSION_BITS[1]}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册