fermyon / spin-js-sdk

https://developer.fermyon.com/spin/javascript-components
Apache License 2.0
52 stars 18 forks source link

CI: Publish canary plugin builds #161

Closed vdice closed 1 year ago

vdice commented 1 year ago

Publish canary builds of the js2wasm plugin on each merge to main, in the form of a GitHub release (should be a 'pre-release').

The plugin manifest can be co-located on the same GH release. Ideally, the plugin manifest is auto-generated in the same CI workflow.

Users/automation can then install the canary version via spin plugins install -u <url to the manifest>

karthik2804 commented 1 year ago

Canary releases are now generated on merge to main!