localstack-python-client icon indicating copy to clipboard operation
localstack-python-client copied to clipboard

[Request] Use tags when creating releases

Open jonringer opened this issue 3 years ago • 1 comments

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

jonringer avatar Aug 23 '22 22:08 jonringer

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). 👍

whummer avatar Jan 24 '23 22:01 whummer