-
Notifications
You must be signed in to change notification settings - Fork 73
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
Conversation
targos
commented
Mar 7, 2024
- chore: use Node.js 20 for node-gyp integration tests
- chore: fix release-please config
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Mmh, it wasn't obvious from the docs that both file must be there. I'll have a closer look. |
We just did the same upgrade in {
".": "0.16.2"
} |