release-please.yml 347 B

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