docs: add instructions for maintainers

This commit is contained in:
Sam Nystrom 2023-04-17 22:58:00 -04:00 committed by GitHub
parent 35298f0d58
commit 7a9b6b359e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.