PR-URL: https://github.com/nodejs/node/pull/38867 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Michaël Zasso <targos@protonmail.com>
16 lines
341 B
YAML
16 lines
341 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
name: release-please
|
|
jobs:
|
|
release-please:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: GoogleCloudPlatform/release-please-action@v2
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
release-type: python
|
|
package-name: gyp-next
|
|
bump-minor-pre-major: Yes
|