diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml new file mode 100644 index 00000000..51240a16 --- /dev/null +++ b/.github/workflows/auto-release.yml @@ -0,0 +1,27 @@ +name: Auto release on merge + +on: + push: + branches: [master, main] + paths-ignore: + - .github/** + - "**/*.md" + - .gitignore + - .pre-commit-config.yaml + - .tflint.hcl + - LICENSE + - renovate.json + - examples/** + - scripts/** + - test/** + +jobs: + auto-release: + runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + steps: + - uses: rymndhng/release-on-push-action@master + with: + bump_version_scheme: patch + tag_prefix: ""