From b73726ecfcd82519cb241e590d4232b86a490fc8 Mon Sep 17 00:00:00 2001 From: Markbeep Date: Thu, 14 Aug 2025 18:44:07 +0200 Subject: [PATCH] chore: add release-please --- .github/workflows/release-please.yaml | 19 +++++++++++++++++++ README.md | 7 ++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/release-please.yaml diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml new file mode 100644 index 0000000..06524a5 --- /dev/null +++ b/.github/workflows/release-please.yaml @@ -0,0 +1,19 @@ +on: + push: + branches: + - main + +permissions: + contents: write + pull-requests: write + +name: release-please + +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: googleapis/release-please-action@v4 + with: + token: ${{ secrets.RELEASE_PLEASE_TOKEN }} + release-type: python diff --git a/README.md b/README.md index c37f4ea..d9fc65d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ If you've heard of Overseer, Ombi, or Jellyseer; this is in the similar vein,