Skip to content

tools: check for git tag before promoting release

Currently you can promote a release and then have signing fail because it finds you have no tag for that release or the tag isn't yours. Instead, do the check up-front and fail early to avoid mistakes.

@nodejs/releasers @nodejs/build

Merge request reports

Loading