Skip to content

docs: update releasing to be much simpler (#899) #12

docs: update releasing to be much simpler (#899)

docs: update releasing to be much simpler (#899) #12

on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}