filebrowser/.github/workflows/release-please.yaml
Henrique Dias 4d6356301d
ci: replace standard-version with release please
Standard version has been deprecated for years. This way
we automate the creation of release PRs.
2025-11-13 09:32:57 +01:00

16 lines
260 B
YAML

name: Release Please
on:
push:
branches:
- master
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GH_PAT }}
release-type: simple