Skip to content

ci: add release-please and PR title validation (#22) #1

ci: add release-please and PR title validation (#22)

ci: add release-please and PR title validation (#22) #1

Workflow file for this run

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