Skip to content

docs: Update contributing guide with conventional commit summary #43

docs: Update contributing guide with conventional commit summary

docs: Update contributing guide with conventional commit summary #43

Workflow file for this run

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