Skip to content

tools: fix release script on macOS 10.12

Checklist
  • commit message follows commit guidelines
Affected core subsystem(s)

tools

Description of change

Previously, we were relying on the output of gpg from git tag -v to verify that the key selected by the releaser is the key that was used to sign the tag. This output can change depending on the version of git being used. Now, we just check that the output of git tag -v contains the key selected.

Fixes: https://github.com/nodejs/node/issues/8822

/cc @nodejs/release

Merge request reports

Loading