We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test to check a version is a prerelease or not is done using the following Regex:
jupyter_releaser/jupyter_releaser/util.py
Line 353 in 4372a92
As the package already depends on packaging, should it use it too to check if a version is a pre release (for example to deal with post release)?
packaging
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The test to check a version is a prerelease or not is done using the following Regex:
jupyter_releaser/jupyter_releaser/util.py
Line 353 in 4372a92
As the package already depends on
packaging
, should it use it too to check if a version is a pre release (for example to deal with post release)?The text was updated successfully, but these errors were encountered: