Skip to content

chore(1.x): release 1.1.0 (#47) #7

chore(1.x): release 1.1.0 (#47)

chore(1.x): release 1.1.0 (#47) #7

Workflow file for this run

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