Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: fix release script on macOS 10.12 #8824

Closed
wants to merge 1 commit into from

Commits on Oct 19, 2016

  1. tools: fix release script on macOS 10.12

    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: nodejs#8822
    evanlucas committed Oct 19, 2016
    Copy the full SHA
    5c6dce0 View commit details
    Browse the repository at this point in the history