Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
55 stars 47 forks source link

Version tags on Github are broken #366

Closed bluca closed 1 year ago

bluca commented 1 year ago

Git tags until 1.5.3:

https://github.com/Azure/azure-uamqp-python/releases/tag/v1.5.0 https://github.com/Azure/azure-uamqp-python/releases/tag/v1.5.1 https://github.com/Azure/azure-uamqp-python/releases/tag/v1.5.2 https://github.com/Azure/azure-uamqp-python/releases/tag/v1.5.3

Version tags since 1.6.1:

https://github.com/Azure/azure-uamqp-python/releases/tag/v.1.6.1 https://github.com/Azure/azure-uamqp-python/releases/tag/v.1.6.3 https://github.com/Azure/azure-uamqp-python/releases/tag/v.1.6.4

There is an extra . between v and the first digit. This breaks all automation pulling from github, please fix it by creating the correctly named tags for all affected versions and pushing them, and deleting the wrong ones.

Also there is a completely broken v.1.60 tag instead of v1.6.0. Versions are sorted by number, not date, so 1.60 will always result as newer than 1.6.x. Please fix that too by pushing v1.6.0 and deleting v.1.60

https://github.com/Azure/azure-uamqp-python/releases/tag/v.1.60

bluca commented 1 year ago

@kashifkhan could you please look into this? We can't upload to Debian/Ubuntu until it's fixed as it breaks all workflows

kashifkhan commented 1 year ago

@bluca working on this right now, sorry about the delay

bluca commented 1 year ago

thank you

kashifkhan commented 1 year ago

updated and fixed. Appreciate the patience @bluca

bluca commented 1 year ago

that's great, thank you