Work with a new milestone - martinroob/ngx-i18nsupport GitHub Wiki
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.xvia 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