This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Development: Releases
Arv.Void edited this page Apr 30, 2020
·
20 revisions
The add-on code is both Python 2 and 3 compatible and both Kodi 18 and 19 compatible, and it will stay that way at least until Kodi 19 Matrix Stable is out and mature.
The master branch contains code ready for the current stable Kodi 18.x version as it is.
An automated script (GitHub action) will make releases for both Kodi 18 Leia and Kodi 19 Matrix from the same source (the difference is only in the xbmc.python version in addon.xml).
see also:
- Make guide
- Publish GitHub action workflow for this Project
- action-kodi-addon-checker
- action-kodi-addon-submitter
- Kodi add-on submitter
To create a release and publish to the official Kodi add-on repository simply create a new tag and push the tag, example:
git tag 2.5.5
git push --tags
GitHub actions on this repository will take care of all the rest