This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika-helm.git


The following commit(s) were added to refs/heads/main by this push:
     new 15c476f  TIKA-4661 Automate tika-helm release on Tika version update
15c476f is described below

commit 15c476f8f363a2650d1d738289c5088b04fd9cac
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Tue Feb 17 17:04:58 2026 -0800

    TIKA-4661 Automate tika-helm release on Tika version update
---
 .github/workflows/release.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index b922c70..ff374ad 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -58,6 +58,7 @@ jobs:
             **App version (Docker image tag):** `${{ 
steps.versions.outputs.app_version }}`
 
             [View available tags on Docker 
Hub](https://hub.docker.com/r/apache/tika/tags)
+          generate_release_notes: true
           draft: false
           prerelease: false
 

Reply via email to