Files
Serge Logvinov a33ea6ead7 feat: add release-please
Make releases with release-please

Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
2025-11-12 04:51:26 +07:00

23 lines
444 B
YAML

name: Release please
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-24.04
permissions:
contents: write
pull-requests: write
steps:
- name: Create release PR
id: release
uses: googleapis/release-please-action@v4
with:
config-file: hack/release-please-config.json
manifest-file: hack/release-please-manifest.json