Skip to content

Create Release PR

Create Release PR #9

name: Create Release PR
on:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
create-release-pr:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: php
package-name: graphql-starter
changelog-types: |
[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"perf","section":"Performance","hidden":false},
{"type":"security","section":"Security","hidden":false}
{"type":"chore","section":"Miscellaneous","hidden":true},
{"type":"docs","section":"Documentation","hidden":true},
]