Skip to content

Commit 2e486df

Browse files
fatso83mroderick
authored andcommitted
Update wording
1 parent a3dd193 commit 2e486df

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
6868

6969
<a href="https://opencollective.com/sinon#backers" target="_blank"><img src="https://opencollective.com/sinon/backers.svg?width=890"></a>
7070

71-
7271
## Sponsors
7372

7473
Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor](https://opencollective.com/sinon#sponsor)]

docs/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,17 @@ published: false
44

55
# Docs
66

7-
This folder structure contains the markdown files that becomes the Sinon.JS documentation site published to GitHub Pages. Eventually this will replace the current site at https://sinonjs.org.
7+
This folder structure contains the markdown files that is the Sinon.JS documentation site published to GitHub Pages.
88

99
See [CONTRIBUTING.md](CONTRIBUTING.md) for details on contributing documentation to Sinon.JS. This file also lists how to run the site locally.
1010

1111
## Documentation release process
1212

13-
Whenever a new release is created using `npm version`, the tree from `release-source/release/` is copied into its own folder under `releases/` with an appropriate name.
14-
13+
Whenever a new release is created using `npm version`, the tree from `release-source/release/` is copied into a folder under `releases/` with an appropriate name.
1514
Likewise, the `_releases/release.md` file is copied into a file matching the release name.
1615

17-
### Example
18-
19-
Let's say that we're making a new `v2.0.3` release.
16+
Currently, we keep a single folder per major release.
2017

21-
- `release-source/release/` is copied into a new folder `_releases/v2.0.3/`
22-
- `release-source/release.md` is copied into a new file `_releases/v2.0.3.md`
18+
See `scripts/postversion.sh` for details on the exact process, as it changes over time.
2319

2420
The release is packaged, tagged and pushed to GitHub. GitHub Pages will build a new site in a few minutes, and replace the old one.

0 commit comments

Comments
 (0)