aws / glide-for-redis

Apache License 2.0
152 stars 29 forks source link

Added check if tag include rc init, if so release as @next #1406

Closed avifenesh closed 1 month ago

avifenesh commented 1 month ago

Added option of release candidate to the CI. If a tag including 'rc' in it it will set the publish tag to next, so it won't be install without specific direction.

To my understanding from https://pythonpackaging.info/07-Package-Release.html pypi automatically set version with -rc in their version as prerelease version. @barshaul @shohamazon please check if i got it right.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.