Skip to content

chore: Update .gitignore to exclude v3 files #14

chore: Update .gitignore to exclude v3 files

chore: Update .gitignore to exclude v3 files #14

on:
push:
branches:
- trunk
- trunk-2.x
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
target-branch: ${{ github.ref_name }}
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json