Skip to content

fix(release): accept grouped release titles (#4) #4

fix(release): accept grouped release titles (#4)

fix(release): accept grouped release titles (#4) #4

name: Release Please
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Create release pull request or release
uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1
with:
token: ${{ secrets.GH_PAT_RELEASE_PLEASE_ACTION }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json