• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1on:
2  push:
3    branches:
4      - master
5
6name: release-please
7jobs:
8  release-please:
9    runs-on: ubuntu-latest
10    steps:
11      - uses: GoogleCloudPlatform/release-please-action@v2.5.6
12        with:
13          token: ${{ secrets.GITHUB_TOKEN }}
14          release-type: python
15          package-name: gyp-next
16          bump-minor-pre-major: Yes
17