From 8637a8e420ea1875d09a30aeadabc685b8610726 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Mon, 2 Jan 2023 21:55:25 +0330 Subject: [PATCH] Create release-please.yml --- .github/workflows/release-please.yml | 15 +++++++++++++++ 1 file changed, 15 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..bd31072 --- /dev/null +++ b/.github/workflows/release-please.yml @@ -0,0 +1,15 @@ +# https://github.com/google-github-actions/release-please-action#how-release-please-works +# https://www.conventionalcommits.org/en/v1.0.0/ +on: + push: + branches: + - main +name: release-please +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: google-github-actions/release-please-action@v3 + with: + release-type: go + package-name: release-please-action