Skip to content

Releasing a new version (internal use)

Krzysztof Budnik edited this page Jun 30, 2016 · 1 revision

💡 Note that hot-builder always uses three-segment version numbers: 0.11.0, 0.11.1, 0.12.0, etc.
For beta releases, we use 0.11.0-beta1, 0.11.0-beta2, etc.

To release a new version of hot-builder:

  1. Put all changes you consider ready for release to develop branch.

  2. Make sure that you are logged as a valid user by typing:

npm whoami

If you are logged as handsoncode then you can generate release.

  1. Generate new release:
npm run release
  1. Make sure the branches master, develop and npmjs are all updated with the latest version.

  2. Update the release notes at https://github.com/handsontable/hot-builder/releases.

Clone this wiki locally