r0gue-io/pop-cli
Vedi su GitHubrefactor(templates): replace `SupportedVersions` with `UnSupportedVersions`
Open
#400 aperta il 16 gen 2025
good first issuemedium
Metriche repository
- Star
- (113 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
The current template logic uses SupportedVersions to define explicitly supported versions (link to code). This approach requires code updates for every new version, which is less efficient.
This PR changes the logic to define UnsupportedVersions instead. By skipping unsupported versions, we reduce the need for frequent updates and streamline future version handling.