nodejs / gyp-next

A fork of the GYP build system for use in the Node.js projects
BSD 3-Clause "New" or "Revised" License
130 stars 73 forks source link

Update Node.js in workflows and fix release-please config #225

Closed targos closed 7 months ago

targos commented 7 months ago
targos commented 7 months ago

Rebased to use the pinned Ruff version.

cclauss commented 7 months ago

Oh… https://github.com/nodejs/gyp-next/actions/workflows/release-please.yml

targos commented 7 months ago

Mmh, it wasn't obvious from the docs that both file must be there. I'll have a closer look.

lukekarrys commented 6 months ago

We just did the same upgrade in node-gyp. I believe the only thing you will need is the top level .release-please-manifest.json file with the following contents:

{
    ".": "0.16.2"
}