Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
56 stars 48 forks source link

Latest release tag has wrong format - 1.4.1 instead of v1.4.1 #264

Closed bluca closed 2 years ago

bluca commented 3 years ago

Release tags until v1.4.0 were prefixed with v, but 1.4.1 is not. This breaks scripts and ordering. Can you please push a v1.4.1 too?

$ git tag -l
1.4.1
v0.1.0
v0.1.0a2
v0.1.0a3
v0.1.0b1
v0.1.0b3
v0.1.0b4
v0.1.0b5
v0.1.0rc1
v0.1.0rc2
v0.1.1
v0.2.0
v0.2.1
v1.0.0
v1.0.1
v1.0.2
v1.03
v1.1.0
v1.1.0rc1
v1.1.0rc2
v1.2.0
v1.2.1
v1.2.10
v1.2.11
v1.2.12
v1.2.13
v1.2.14
v1.2.15
v1.2.2
v1.2.3
v1.2.4
v1.2.5
v1.2.6
v1.2.7
v1.2.8
v1.2.9
v1.3.0
v1.4.0
yunhaoling commented 2 years ago

hey @bluca , apologize for the mistake.

just updated the release tag to be v1.4.1

bluca commented 2 years ago

Thank you!