From df4bc8154eece2cb1ba4a3b30819ab48081cd73f 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 | 23 +++++++++++++++++++++++ 1 file changed, 23 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..e74a198 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,23 @@ +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: lophus + release-type: simple + versioning-strategy: always-bump-patch # use this until v0.1.0 + # bump-minor-pre-major: true + # bump-patch-for-minor-pre-major: true + include-v-in-tag: false