Skip to content

Commit

Permalink
doc(contribution): update merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Nov 18, 2019
1 parent c00d789 commit 8ddeac7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ $ yarn lint --fix # will automatically fix some errors

### Contribution

- Make a pull request, its title should follows [Angular commit message convention](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-format)
- Make a pull request on `develop` branch, its title should follows [Angular commit message convention](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-format)
- You should **Squash and Merge** your pull request

### Publishing a new release

This is automatically done by Travis **every day** if there was a build in the last 24 hours.
- Open a PR `develop` to `master`
- Merge your pull request with a **Merge commit**

#### I don't want to wait

Expand Down

0 comments on commit 8ddeac7

Please sign in to comment.