is there a way to control release suffix? <version>.alpha instead of <version>a #9496
Replies: 1 comment
-
|
No. Poetry is following the PEP 440 guidelines for versioning schemes and unless the spec changes, we won't. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using
poetry version prerelease, I'd like to set a different suffix (alpha) though I didn't see as an option. At a first glance, it looks like it's not possible, as it's pre-defined in poetry-core: https://github.com/python-poetry/poetry-core/blob/f088ee23c8dce26af52eb2d94b71755c83e1899d/src/poetry/core/version/pep440/segments.py#L11Tks a lot!
Beta Was this translation helpful? Give feedback.
All reactions