Skip to content

Work with a new milestone

Martin Roob edited this page Mar 10, 2017 · 1 revision

We don't want to directly commit into master.

master is only touched after merging in a pull request from a branch.

To start a new milestone release do the following:

  • create a new branch milestone-0.x via github.
  • checkout locally:
git pull origin milestone-0.x
git checkout milestone-0.x
  • do all local work planned for the milestone
  • commit per issue
  • add entry to Changelog.md