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

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

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Conversation

targos
Copy link
Member

@targos targos commented Mar 7, 2024

  • chore: use Node.js 20 for node-gyp integration tests
  • chore: fix release-please config

@targos
Copy link
Member Author

targos commented Mar 7, 2024

Rebased to use the pinned Ruff version.

release-type: python
package-name: gyp-next
bump-minor-pre-major: true
config-file: release-please-config.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it useful to put the release context in two separate files?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not useful, we have no choice as it's mandatory since the version 4 of the action.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could also remove this option since that is also the default.

@cclauss cclauss merged commit 5f67810 into main Mar 8, 2024
20 checks passed
@cclauss cclauss deleted the actions branch March 8, 2024 04:06
@cclauss
Copy link
Contributor

cclauss commented Mar 8, 2024

@targos
Copy link
Member Author

targos commented Mar 8, 2024

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

@lukekarrys
Copy link
Member

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"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants