kodi-addon-release
v2.0.2
Published
Bump KODI addon version, create tag, update changelog, commit and release the addon in one step.
Maintainers
Readme
kodi-addon-release
Bump KODI addon version, update changelog, create tag, commit and release the addon in one step.
Installation
Install with npm
npm install -g kodi-addon-releaseUsage
kodi-releaseBy default, this will
- Execute .git/hooks/pre-release (if present)
- Increment the patch version (ex: from 1.2.0 to 1.2.1) in the
addon.xmlfile using the Semantic Versioning specification - Ask you to update the
changelog.txt - Commit the
addon.xmlfile - Create a Git tag for the new version
- Push to the remote server
- Execute .git/hooks/post-release (if present)
Force a specific version
kodi-release -f 1.3.0-alpha