Skip to content

chore: release 0.11.0 (#487) #216

chore: release 0.11.0 (#487)

chore: release 0.11.0 (#487) #216

# On each new commit to master, create/update a PR with release
# automatically bumps version and creates changelog as per conventional commits
name: Release Github
on:
push:
branches:
- master
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
id: release
with:
token: ${{ secrets.GHA_PAT_ADVANCED }}
release-type: node
package-name: gateway-proxy
bump-minor-pre-major: true