mixpanel / mixpanel-swift

Official iOS (Swift) Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
434 stars 234 forks source link

Drop "v" prefix in version tags for them to work well with Swift Package manager #538

Closed gsabran closed 2 years ago

gsabran commented 2 years ago

Swift Package manager identifies available version by filtering published tags. The format they use doesn't work with the "v" prefix. For instance the latest version seen is 3.0.0.rc.1 while v3.2.0 is published.

Screen Shot 2022-04-18 at 11 36 22 AM