kodi-addon-release

2.0.2 • Public • Published

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-release

Usage

kodi-release

By 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.xml file using the Semantic Versioning specification
  • Ask you to update the changelog.txt
  • Commit the addon.xml file
  • 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

Package Sidebar

Install

npm i kodi-addon-release

Weekly Downloads

4

Version

2.0.2

License

MIT

Unpacked Size

10.9 kB

Total Files

7

Last publish

Collaborators

  • felixmosh