scripts/setlocalversion
git rev-parse --verify HEAD
git describe --exact-match
git describe
git tag v1.0 -m "release v1.0"
Comments
Post a Comment