From 6bcf66aed01aabfe2fd3dffeac28ceb64b3c8145 Mon Sep 17 00:00:00 2001 From: hasundue Date: Fri, 29 Sep 2023 20:45:45 +0900 Subject: [PATCH] ci: create release.yml --- .github/workflows/release.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 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..d126588 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,22 @@ +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: + package-name: molt + release-type: simple + bump-minor-pre-major: true + bump-patch-for-minor-pre-major: true + include-v-in-tag: false