breautek commented on issue #1679:
URL: https://github.com/apache/cordova-ios/issues/1679#issuecomment-4915753148

   > For more context, this was not about authoring a plugin, the use case is 
that of a native iOS application development, using Cordova-ios as an external 
library for just a specific view.
   
   Gotcha. Obviously this will lose out on semver version ranges, but 
referencing `rel/8.0.0.` as a branch I believe works -- or you can reference a 
specific commit. Both of these workarounds will result in a fixed version being 
used for the application, as if you're using an "exact" version.
   
   > 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.0for SPM, rel/8.0.0 for 
NPM etc...
   
   That would probably be the path of least resistance yes -- just not sure how 
much of internal tooling that Apache Cordova has that might assume or expect 
`rel/` prefixes. That I would have to leave to other community members who are 
more familiar with the release processes.


-- 
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]

Reply via email to