apache / buildstream-plugins

BuildStream plugins
https://buildstream.build/
Apache License 2.0
4 stars 5 forks source link

https://apache.github.io/buildstream-plugins/ is pointing to old tag (1.91) instead current 1.95.1 #32

Closed jjardon closed 2 years ago

gtristan commented 2 years ago

Renaming issue which was previously:

https://apache.github.io/buildstream-plugins/ is pointing to old tag (1.91) instead current 1.95.1

Some context:

Note that the version which is hardcoded in setup.py: https://github.com/apache/buildstream-plugins/blob/master/setup.py#L43 is also obnoxious to update with every tag and sometimes requires a re-tag at release time, at least in this case we end up remembering to update that hard coded version because we otherwise get an error uploading to PyPI.

An alternative would be to use versioneer, like BuildStream itself does.