mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
docs: fix typos
This commit is contained in:
parent
0af30b79c9
commit
3d24db01d0
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ Simply run `make release-major`, `make release-minor`, or `make-release-patch`
|
|||
and it will automatically do the following:
|
||||
|
||||
- Build chai.js
|
||||
- Bump the version numbers accross the project
|
||||
- Bump the version numbers across the project
|
||||
- Make a commit within git
|
||||
|
||||
All you need to do is push the commit up and make a pull request, one of the core contributors will merge it and publish a release.
|
||||
|
@ -163,7 +163,7 @@ All you need to do is push the commit up and make a pull request, one of the cor
|
|||
|
||||
Anyone who is a core contributor (see the [Core Contributors Heading in the Readme](https://github.com/chaijs/chai#core-contributors)) can publish a release:
|
||||
|
||||
1. Go to te [Releases page on Github](https://github.com/chaijs/chai/releases)
|
||||
1. Go to the [Releases page on Github](https://github.com/chaijs/chai/releases)
|
||||
2. Hit "Draft a new release" (if you can't see this, you're not a core contributor!)
|
||||
3. Write human-friendly Release Notes based on changelog.
|
||||
- The release title is "x.x.x / YYYY-MM-DD" (where x.x.x is the version number)
|
||||
|
|
Loading…
Reference in a new issue