forked from erlang/erlide_eclipse
-
Notifications
You must be signed in to change notification settings - Fork 3
Release process
Vlad Dumitrescu edited this page Oct 27, 2010
·
1 revision
We are planning to release a stable version often, around once a month or a little more often.
See Branches for a description of the branches in the erlide repository.
Whenever a fix is done or a feature is implemented, it is merged in pu. At the time for a release, the following actions happen:
-
masterbranch is moved to the currentnext - fixes and features from
nextthat have been tested as stable and complete are merged intomaster - if some fixes were rejected in the step above, rebase
nexton top ofmaster - reset
nexttomaster - fixes and features from
puthat are deemed stable and complete are merged intonext -
puis rebased on top ofnext -
lateris rebased on top ofpu
Then a stable release is built from master and an unstable release from next.
TODO:
* describe shade_* branches