Skip to content

build,src: add tag/property for security releases

Define a new NODE_VERSION_IS_SECURITY_RELEASE macro in src/node_version.h that indicates if the release is a security release. Update the release documentation.

Add a corresponding new property to process.release and include it in report and trace events output.

Fixes: https://github.com/nodejs/Release/issues/437

cc @nodejs/security-release

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading