File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 export TARGET=$(. /etc/lsb-release && echo $DISTRIB_CODENAME)
3232 git fetch --unshallow
3333 git fetch --tags
34- VERSION="$(git describe --tags --always | sed -e "s/^v//" -e "s/-/+git/")"
34+ VERSION="$(git tag -l | tail -n1 | sed -e "s/^v//" -e "s/-/+git/")"
3535 dch --create \
3636 --distribution ${TARGET} \
3737 --package qgcoder \
4747 git clone https://github.com/QGCoder/libqgcodeeditor
4848 pushd libqgcodeeditor
4949 export TARGET=$(. /etc/lsb-release && echo $DISTRIB_CODENAME)
50- VERSION="$(git describe --tags --always | sed -e "s/^v//" -e "s/-/+git/")"
50+ VERSION="$(git tag -l | tail -n1 | sed -e "s/^v//" -e "s/-/+git/")"
5151 dch --create \
5252 --distribution ${TARGET} \
5353 --package libqgcodeeditor \
You can’t perform that action at this time.
0 commit comments