Increase cadence of version releases #8143
fbrodrigorezino
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I don't think this will happen. Each release costs some effort. It's not just preparing the release but also increased support effort after the release. There is just not enough maintainer time to handle this in a faster cadence. If you want to be always up to date with new things, you can install poetry from its master branch. You can also use the hash from a specific commit if you want to avoid unexpected changes that may break your CI. See the docs for more information on how to install poetry from git. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I want to suggest a faster cadence of release. Poetry has a monthly (almost) patch version, but we have several commits with very interesting and important things that keep hanging for quite some time. Can you consider changing it?
Maybe a regular version generation per PR merged. So we are always up-to-date with new things.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions