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 note about specifier not including .dev versions #857

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

pedro-psb
Copy link
Member

When some feature will be added or removed from a plugin, often this should be reflected in the CLI, but for it to be properly tested, that change should be already released. Using .dev versions isn't be reliable.

closes #852

Review Checklist:

  • An issue is properly linked. [feature and bugfix only]
  • Tests are present or not feasible.
  • Commits are split in a logical way (not historically).

docs/architecture.md Outdated Show resolved Hide resolved
When some feature will be added or removed from a plugin, often this
should be reflected in the CLI, which requires some special care.

Co-authored-by: Matthias Dellweg <[email protected]>
closes pulp#852
@pedro-psb pedro-psb force-pushed the doc/note-about-specifier-range branch from 26e3a7b to 3d3f172 Compare January 8, 2024 13:27
@mdellweg mdellweg enabled auto-merge (rebase) January 8, 2024 15:02
@mdellweg mdellweg merged commit 623a333 into pulp:main Jan 8, 2024
19 checks passed
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

Successfully merging this pull request may close these issues.

Version constrain >=x.y.z doesn't include unreleased plugin code x.y.z.dev on tests
2 participants