Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs: fix some typos in the RELEASE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Nov 11, 2019
1 parent 3bd47c3 commit 7568ee7
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/RELEASE_ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,30 @@
- [ ] Packages Listing
- [ ] Publish a release candidate to npm
```sh
# All succesful builds of master update the `build/last-successful branch which
# contains a npm-shrinkwrap.json.
# All successful builds of master update the `build/last-successful` branch
# which contains an `npm-shrinkwrap.json`.
# This command checks that branch out, installs it's dependencies using `npm ci`,
# creates a release branch (e.g. release/v0.34.x), updates the minor prerelease
# version (e.g. 0.33.1 -> 0.34.0-rc.0) and publishes it to npm
# version (e.g. 0.33.1 -> 0.34.0-rc.0) and publishes it to npm.
npx aegir publish-rc

# Later we may wish to update the rc. First cherry-picked/otherwise merged the
# new commits into the release branch on github (e.g. not locally) and wait
# for CI to pass. First update the lockfiles used by ci (n.b. one day this
# will be done by our ci tools):
# Later we may wish to update the rc. First cherry-pick/otherwise merge the
# new commits into the release branch on github (e.g. not locally) and wait
# for CI to pass. Then update the lockfiles used by CI (n.b. one day this
# will be done by our ci tools) with this command:
npx aegir update-release-branch-lockfiles release/v0.34.x

# Then update the rc publisehd on npm. This command pulls the specified release
# branch, installs it's dependencies `npm ci`, increments the prerelease version
# (e.g. 0.34.0-rc.0 -> 0.34.0-rc.1) and publishes it to npm
# Then update the rc published on npm. This command pulls the specified
# release branch, installs it's dependencies `npm ci`, increments the
# prerelease version (e.g. 0.34.0-rc.0 -> 0.34.0-rc.1) and publishes it
# to npm.
npx aegir update-rc release/v0.34.x
```
- Network Testing:
- test lab things - TBD
- Infrastructure Testing:
- TBD
- [ ] **Stage 2 - Community Dev Testing**
- [ ] **Stage 2 - Community Dev Testing**
- [ ] Reach out to the IPFS _early testers_ listed in [doc/EARLY_TESTERS.md](https://github.com/ipfs/js-ipfs/tree/master/doc/EARLY_TESTERS.md) for testing this release (check when no more problems have been reported). If you'd like to be added to this list, please file a PR.
- [ ] Reach out on IRC for additional early testers.
- [ ] **Stage 3 - Community Prod Testing**
Expand Down

0 comments on commit 7568ee7

Please sign in to comment.