-
Notifications
You must be signed in to change notification settings - Fork 10
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 use0.11.0-beta1
,0.11.0-beta2
, etc.
To release a new version of hot-builder
:
-
Put all changes you consider ready for release to
develop
branch. -
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.
- Generate new release:
npm run release
-
Make sure the branches
master
,develop
and npmjs are all updated with the latest version. -
Update the release notes at https://github.com/handsontable/hot-builder/releases.