We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eafe4f commit 11e849eCopy full SHA for 11e849e
1 file changed
scripts/githelper.sh
@@ -27,7 +27,7 @@ function githelper() {
27
28
case $GIT_BRANCH in
29
master)
30
- GIT_TAG_GLOB="v2.9.*"
+ GIT_TAG_GLOB="v2.10.*"
31
DEB_COMPONENT="master"
32
;;
33
# release branches have names matching "number.number", which is awkward to express as a glob
0 commit comments