From 9f437c18e9c85a48da6f306bb029f149d3e3b3c2 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 25 Jun 2024 15:54:53 +0200 Subject: [PATCH] ci: setup release-please --- .github/workflows/release-please.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/release-please.yml diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 0000000..2003894 --- /dev/null +++ b/.github/workflows/release-please.yml @@ -0,0 +1,20 @@ +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.BROWSER_AUTOMATION_BOT_TOKEN }} + release-type: node + target-branch: main