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

Adds latest-allowed-stable option #439

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

vahid-haghighat
Copy link

Description

In the current implementation, the latest and latest-allowed options have potentially confusing behaviours:

  • latest-allowed can unexpectedly include pre-release versions
  • latest is limited to stable versions only

This discrepancy can cause issues, particularly in CI/CD pipelines where version predictability is crucial.

To address this, I propose adding a new latest-allowed-stable option that:

  • Ensures only stable versions are considered
  • Preserves existing behaviour for current users
  • Provides a clear, predictable way to select the most recent stable version

This change gives developers more granular control over version selection while maintaining backward compatibility.

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.

1 participant