sdretu commented on issue #1679: URL: https://github.com/apache/cordova-ios/issues/1679#issuecomment-4915639717
I think this tagging is indeed an issue in regards to the SPM configuration of this repository: Since this repository has a Package.swift Package Description, it can be considered a Swift Package, as such the repository tags should be consistent with what SPM tools expect in order to work. So perhaps draft tags should be more explicitly referenced, maybe `draft/8.0.0` in order to avoid any confusion. And release tags may need to be provided in different ways to accomodate for each supported dependency management tools, such as `8.0.0`for SPM, `rel/8.0.0` for NPM etc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
