intro-skipper/docs/release.md

26 lines
805 B
Markdown
Raw Permalink Normal View History

2022-06-16 21:00:57 -05:00
# Release procedure
## Run tests
1. Run unit tests with `dotnet test`
2. Run end to end tests with `JELLYFIN_TOKEN=api_key_here python3 main.py`
## Release plugin
2022-07-29 03:34:55 -05:00
1. Run package plugin action and download bundle
2. Combine generated `manifest.json` with main plugin manifest
3. Test plugin manifest
2022-06-16 21:00:57 -05:00
1. Replace manifest URL with local IP address
2. Serve release ZIP and manifest with `python3 -m http.server`
3. Test updating plugin
2022-07-29 03:34:55 -05:00
4. Create release on GitHub with the following files:
2022-06-16 21:00:57 -05:00
1. Archived plugin DLL
2022-07-29 03:34:55 -05:00
2. Link to the latest web interface
2022-06-16 21:00:57 -05:00
## Release container
1. Run publish container action
2022-07-29 03:34:55 -05:00
2. Update `latest` tag
1. `docker tag ghcr.io/confusedpolarbear/jellyfin-intro-skipper:{COMMIT,latest}`
2. `docker push ghcr.io/confusedpolarbear/jellyfin-intro-skipper:latest`