You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This GitHub release action helps with automation of releasing Spin Plugins.
3
+
`spin-plugin-releaser` is a GitHub action (backed by a [Spin app](https://github.com/rajatjindal/spin-plugin-release-bot) deployed on Fermyon Cloud) that automates the update of plugin manifests in spin-plugins repo when a new version of your spin plugin is released. If a release is marked as a 'prerelease' in github, it will not be released to the spin-plugins index.
4
+
5
+
To trigger `spin-plugin-releaser` you can use a github-action which sends the event to the bot.
6
+
7
+
# Basic Setup
8
+
9
+
- Make sure you have enabled github actions for your repo
10
+
- Add a `.spin-plugin.json.tmpl` template file at the root of your repo. Refer to [cloud-plugin](https://github.com/fermyon/cloud-plugin) repo for an example.
11
+
12
+
- To setup the action, add the following snippet after the step that publishes the new release and assets:
0 commit comments