Skip to content

Commit

Permalink
fixup! doc: add triaging section to releases.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Dec 5, 2018
1 parent 72de921 commit de7a185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ $ git reset --hard upstream/v1.x-staging
If the staging branch is not up to date relative to `master`, bring the
appropriate PRs and commits into it.

Go through PRs with the label `vN.x`. e.g. [PRs with the v8.x label](https://github.com/nodejs/node/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3Av8.x).
Go through PRs with the label `vN.x`. e.g. [PRs with the `v8.x` label](https://github.com/nodejs/node/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3Av8.x).

For each PR:
- Run or check that there is a passing CI.
Expand Down

0 comments on commit de7a185

Please sign in to comment.