From 9da16fd83d41177e69fc696ab993534be10e89e4 Mon Sep 17 00:00:00 2001 From: kang Date: Tue, 23 Apr 2024 14:03:10 +0900 Subject: [PATCH] ci(github): add release-please --- .github/workflows/release-please.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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..e189183 --- /dev/null +++ b/.github/workflows/release-please.yaml @@ -0,0 +1,18 @@ +on: + push: + branches: + - main + +permissions: + contents: write + pull-requests: write + +name: release-please + +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: google-github-actions/release-please-action@v3 + with: + release-type: node