r0gue-io/pop-cli

refactor(templates): replace `SupportedVersions` with `UnSupportedVersions`

Open

#400 aperta il 16 gen 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (39 fork)github user discovery
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.

Guida contributor