Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

chore: format changelog.md #15

chore: format changelog.md

chore: format changelog.md #15

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Run tests
run: python3 tests/run_tests.py
release-please:
needs: test
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
config-file: release-please-config.json
manifest-file: .release-please-manifest.json