Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'dev' as version bump rule for developmental releases. #8718

Open
2 tasks done
gaileyleseman opened this issue Nov 27, 2023 · 2 comments · May be fixed by #8719
Open
2 tasks done

Add 'dev' as version bump rule for developmental releases. #8718

gaileyleseman opened this issue Nov 27, 2023 · 2 comments · May be fixed by #8719
Labels
kind/feature Feature requests/implementations status/triage This issue needs to be triaged

Comments

@gaileyleseman
Copy link

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the FAQ and general documentation and believe that my question is not already covered.

Feature Request

I would like to use poetry version dev to automatically increment my versions according to the PEP-440 rules for developmental releases.

Expected behaviour:

rule before after
dev 1.0.2 1.0.2.dev0
dev 1.0.2.dev0 1.0.2.dev1
dev 1.0.2a0 1.0.2a0.dev0
@gaileyleseman gaileyleseman added kind/feature Feature requests/implementations status/triage This issue needs to be triaged labels Nov 27, 2023
@dimbleby
Copy link
Contributor

that's not an increment, that's a decrement

@radoering
Copy link
Member

@gaileyleseman If you are still interested in this, please fix the expected behavior in the issue description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Feature requests/implementations status/triage This issue needs to be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants