hubcio opened a new pull request, #2693: URL: https://github.com/apache/iggy/pull/2693
The existing pre-release check only matched semver suffixes like -edge.1 and -rc.1, which excluded Python's PEP 440 versioning (.dev1, rc1). Broadening the regex to also match PEP 440 formats brings sdk-python into the auto-publish loop alongside sdk-csharp and sdk-go. Also fixes sdk-python tag_pattern in publish.yml to accept '.' as a pre-release separator (e.g. python-sdk-0.6.4.dev1). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
