Skip to content

Commit c23df0d

Browse files
committed
include all tags in build_dist.sh
1 parent b029ee8 commit c23df0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_dist.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# build the distribution
4-
LAST=`git tag --sort v:refname | grep -v rc | tail -1`
4+
LAST=`git tag --sort version:refname | tail -1`
55

66
echo "Building distribution for: $LAST"
77
git checkout $LAST

0 commit comments

Comments
 (0)