It would be nice to have git tags and github releases for v2.x.x versions.
https://github.com/login-securite/DonPAPI/blob/61db37aaea1e1c9e9b6a02c640bf59f2a20840bc/pyproject.toml#L3C12-L3C17
It stops at v1.2.0
https://github.com/login-securite/DonPAPI/tags
This would be useful for packaging.
Also, please note that v1.0.0 use a lowercase v while V1.2.0 uses an uppercase v, which will be problematic for automatic semver comparison if public new release back with the lowercase v. I suggest renaming the 1.2.0 git tag with a lowercase v.
It would be nice to have git tags and github releases for v2.x.x versions.
https://github.com/login-securite/DonPAPI/blob/61db37aaea1e1c9e9b6a02c640bf59f2a20840bc/pyproject.toml#L3C12-L3C17
It stops at v1.2.0
https://github.com/login-securite/DonPAPI/tags
This would be useful for packaging.
Also, please note that v1.0.0 use a lowercase v while V1.2.0 uses an uppercase v, which will be problematic for automatic semver comparison if public new release back with the lowercase v. I suggest renaming the 1.2.0 git tag with a lowercase v.