player-ui / player

https://player-ui.github.io
MIT License
71 stars 46 forks source link

iOS: SPM Canary Publishing #407

Closed hborawski closed 2 months ago

hborawski commented 3 months ago

Is your feature request related to a problem? Please describe.

Canary builds generated on PRs should be consumable via SPM

Describe the solution you'd like

Add support for publishing canary versions of the swift package, since SPM is git reliant currently, this would mean a tag per canary release.

In order to keep things reasonable, the release cleanup plugin should be updated to also clean up old canary tags when their respective PRs have been released.