-
Notifications
You must be signed in to change notification settings - Fork 81
HOWTO
Sergey Belov edited this page Feb 8, 2015
·
2 revisions
- All new commits should land into
devbranch. - The most safe way to test new feature on
islands-*is to create a new branch on top of thesupport/2.xand cherry-pick needed commits fromdev. - After successful testing and having 100% confidence that it's backward compatible, feature may be ported to
support/*branches. If you are not sure about necessity of some features in oldsupport/*branches — don't port until explicit demand.
- We use semver. Decide what version you're going to release.
- Make sure all necessary commits are picked from
devbranch. - You may use
npm versionto set new tag and updatepackage.json. - Push tag on github.
- Update release notes on github.
- Write a letter to lego-team@ with the announcement.