We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 222ab3d + b12c6f7 commit 10c9a01Copy full SHA for 10c9a01
.github/workflows/jirabot-merge.yml
@@ -81,7 +81,7 @@ jobs:
81
return [major, minor, point]
82
83
def getTagVersionForCmd(cmd):
84
- versionPattern = re.compile(r".*([0-9]+\.[0-9]+\.[0-9]+).*")
+ versionPattern = re.compile(r"[^0-9]*([0-9]+\.[0-9]+\.[0-9]+).*")
85
86
# Get latest release version
87
gitTagProcess = subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True)
0 commit comments