Skip to content

Commit

Permalink
docs: fix typos in CONTRIBUTING.md [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Feb 1, 2021
1 parent 71b5008 commit 7979b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Anyone can be a contributor. Either you found a typo, or you have an awesome fea
### Pull Requests

* The latest changes are always in `canary`, so please make your Pull Request against that branch.
* Pull Requests should be raised for any changes
* Pull Requests should be raised for any change
* Pull Requests need approval of a [core contributor](https://next-auth.js.org/contributors#core-team) before merging
* Rebasing in Pull Requests is preferred to keep a clean commit history (see below)
* Running `npm run lint:fix` before committing can make resolving conflicts easier
Expand Down Expand Up @@ -138,4 +138,4 @@ Some recommened scopes are:

### Skipping a release

Every commits that contains [skip release] or [release skip] in their message will be excluded from the commit analysis and won't participate in the release type determination. This is useful, if the PR being merged should not trigger a new `npm` release.
Every commit that contains [skip release] or [release skip] in their message will be excluded from the commit analysis and won't participate in the release type determination. This is useful, if the PR being merged should not trigger a new `npm` release.

0 comments on commit 7979b10

Please sign in to comment.