docs: add instructions for maintainers
This commit is contained in:
parent
35298f0d58
commit
7a9b6b359e
1 changed files with 5 additions and 0 deletions
|
@ -51,3 +51,8 @@ feat(bar)!: foo the bars
|
|||
|
||||
BREAKING CHANGE: bars are now foo'ed
|
||||
```
|
||||
|
||||
## For Maintainers
|
||||
|
||||
Use squash merges when reasonable. They don't pollute the log with merge commits, and
|
||||
unlike rebase merges, list the author as the committer as well.
|
||||
|
|
Loading…
Reference in a new issue