sindresorhus / Defaults

💾 Swifty and modern UserDefaults
https://swiftpackageindex.com/sindresorhus/Defaults/documentation/defaults
MIT License
2.04k stars 121 forks source link

tag naming convention #135

Open gpongelli opened 1 year ago

gpongelli commented 1 year ago

tag project without "v" to be compliant with semantic versioning, used by SPM.

Thanks.

rnine commented 1 day ago

This is a great package, but I’d like to second this request. The "v" prefix in version tags (e.g., v9.0.0-beta.4) breaks compatibility with SPM's semantic versioning expectations, which require tags like 9.0.0, 9.0.0-beta.4, etc.

Dropping the "v" prefix entirely would resolve the issue and align with standard practices for SPM. This is a small change but would make integration much smoother.

Thanks!