localstack-python-client
localstack-python-client copied to clipboard
[Request] Use tags when creating releases
Trying to package localstack for Nixpkgs. Wanted to pull in tests from github to ensure that localstack-client works, however, it's hard to know which commit was used for a particular release.
Related to: https://github.com/localstack/plux/issues/4
Hi @jonringer , thanks for reporting, and apologies for the long delay! Great to hear that you're considering to package LocalStack for Nixpkgs.
Indeed, releases of this library are currently only represented in the CHANGELOG.md file, as well as updated version numbers in setup.cfg. We'll consider using tags for future releases of this library (as well as other libraries in our ecosystem, like plux). 👍