We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b029ee8 commit c23df0dCopy full SHA for c23df0d
build_dist.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# build the distribution
4
-LAST=`git tag --sort v:refname | grep -v rc | tail -1`
+LAST=`git tag --sort version:refname | tail -1`
5
6
echo "Building distribution for: $LAST"
7
git checkout $LAST
0 commit comments