From 42b6d4dc3a26359b97a4e8f498e516c566d2060e Mon Sep 17 00:00:00 2001 From: crbelaus Date: Fri, 8 May 2026 18:44:44 +0200 Subject: [PATCH 1/2] chore: Add Release Please action --- .github/workflows/release.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..000182d --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,21 @@ +name: Release Please + +on: + push: + branches: + - main + +permissions: + contents: write + issues: write + pull-requests: write + +jobs: + release: + name: Release + runs-on: ubuntu-latest + steps: + - uses: googleapis/release-please-action@v4 + with: + token: ${{ secrets.RELEASE_PLEASE_PAT }} + release-type: elixir From 0a7e49805777a1ae905876186f9e77e75e1c7ab0 Mon Sep 17 00:00:00 2001 From: crbelaus Date: Fri, 8 May 2026 18:48:46 +0200 Subject: [PATCH 2/2] empty