Skip to content
marcelklehr edited this page Oct 12, 2012 · 17 revisions
  1. Consider, which changes (aka commits) you want to release into master.
  2. Determine the new version number, following semantic versioning spec.
  3. Move the relevant commits into a new branch release/releases-x.x.x
  4. Ensure, all version numbers a up-to-date
  5. Be sure the API version is correct (new hooks shouldn't be added to already existing API versions)
  6. Update the version number in package.json (and elsewhere?)
  7. Push release/releases-x.x.x to github
  8. Open a pull request from release/releases-x.x.x to master

General

Resources

For Developers

How to's

Set up

Advanced steps

Integrating Etherpad in your web app

for Developers

Clone this wiki locally