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

development version strings are not semver compatible #682

Open
bmbouter opened this issue Aug 29, 2022 · 0 comments
Open

development version strings are not semver compatible #682

bmbouter opened this issue Aug 29, 2022 · 0 comments

Comments

@bmbouter
Copy link
Member

The GHA automation from the plugin template produces a dev version number like 3.17.0.dev which is not semver compatible nor is it Python version spec compatible, see pre releases.

It would be good if our pre releases used Python compliant versions.

bmbouter added a commit to bmbouter/analytics.pulpproject.org that referenced this issue Aug 29, 2022
The strings Pulp uses, e.g. `3.17.2.dev` is not semver parsable, which
causes the semver tools to fail.

See pulp/plugin_template#682 for more info.

This should only be needed in the 'dev' site since Pulp code will only
every submit data with `.dev` at the end to the dev site.
bmbouter added a commit to pulp/analytics.pulpproject.org that referenced this issue Aug 29, 2022
The strings Pulp uses, e.g. `3.17.2.dev` is not semver parsable, which
causes the semver tools to fail.

See pulp/plugin_template#682 for more info.

This should only be needed in the 'dev' site since Pulp code will only
every submit data with `.dev` at the end to the dev site.
bmbouter added a commit to pulp/analytics.pulpproject.org that referenced this issue Oct 3, 2022
The strings Pulp uses, e.g. `3.17.2.dev` is not semver parsable, which
causes the semver tools to fail.

See pulp/plugin_template#682 for more info.

This should only be needed in the 'dev' site since Pulp code will only
every submit data with `.dev` at the end to the dev site.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant