Skip to content

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

Merged
cclauss merged 2 commits intomainfrom
actions
Mar 8, 2024
Merged

Update Node.js in workflows and fix release-please config#225
cclauss merged 2 commits intomainfrom
actions

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
@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