From 7bc56172cec45afe353d62adbf180a92db2f8a00 Mon Sep 17 00:00:00 2001 From: Elton Renda <elton.renda@gmail.com> Date: Fri, 10 Nov 2023 08:59:31 +0000 Subject: [PATCH] auto bump version on release --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca8ea41..14115f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,11 @@ jobs: yq -i -o json '.version="${{ github.event.release.tag_name }}"' \ "${{ github.workspace }}/custom_components/ollama_conversation/manifest.json" + - name: "Commit release version number" + uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: "Automated version bump on release" + - name: "ZIP the integration directory" shell: "bash" run: |