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

Support all public version identifiers #217

Open
4 of 7 tasks
CasperWA opened this issue Nov 20, 2023 · 0 comments
Open
4 of 7 tasks

Support all public version identifiers #217

CasperWA opened this issue Nov 20, 2023 · 0 comments
Labels
enhancement New feature or request GH Workflows Issue/PR related to the callable workflows pre-commit hooks Issue/PR related to pre-commit hooks priority/medium Medium priority issue/PR

Comments

@CasperWA
Copy link
Collaborator

CasperWA commented Nov 20, 2023

This is related to the update_deps task.

All public version identifiers:

  • Epoch segment: N!
  • Release segment: N(.N)*
  • Pre-release segment: {a|b|rc}N
  • Post-release segment: .postN
  • Development release segment: .devN

This is taken from the packaging documentation.

Only release segment is currently supported.
The parts in bold above are especially important.
The parts in italic above can be grouped into a new feature, which can support allowing pre-relase and development releases - something that needs extra implementation work to function properly.

Related issues:

@CasperWA CasperWA added enhancement New feature or request pre-commit hooks Issue/PR related to pre-commit hooks GH Workflows Issue/PR related to the callable workflows priority/high High priority issue/PR labels Nov 20, 2023
@CasperWA CasperWA added the bug Something isn't working label Nov 21, 2023
@CasperWA CasperWA removed the bug Something isn't working label Nov 22, 2023
@CasperWA CasperWA added priority/medium Medium priority issue/PR priority/low Low priority issue/PR and removed priority/high High priority issue/PR priority/medium Medium priority issue/PR priority/low Low priority issue/PR labels Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GH Workflows Issue/PR related to the callable workflows pre-commit hooks Issue/PR related to pre-commit hooks priority/medium Medium priority issue/PR
Projects
None yet
Development

No branches or pull requests

1 participant