Skip to content

build: add REPLACEME tag for version info in docs

Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

build

Description of change

Add a REPLACEME tag that should be used when introducing docs for new features, so that they can be updated when releases are made. Example usage:

## process.cpuUsage([previousValue])
<!-- YAML
added: REPLACEME
-->

Ref: https://github.com/nodejs/node/issues/6578

@bnoordhuis This is taken straight from https://github.com/nodejs/node/issues/6578#issuecomment-219162917 so I’ve set the commit author to you. I guess that’s okay with you?

Merge request reports

Loading