chore: apply patches from master to 3.0 (#14184)
This commit is contained in:
parent
0f937c2300
commit
bd4334e2b4
3 changed files with 2 additions and 4 deletions
|
@ -88,6 +88,7 @@ def main():
|
|||
suffix = ''
|
||||
if '-' in version:
|
||||
suffix = '-' + version.split('-')[1]
|
||||
versions[3] = parse_version(version)[3]
|
||||
version = version.split('-')[0]
|
||||
|
||||
if args.dry_run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue