From 003aef3ebc6827df90fe4b388c49b04a60a76d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20B=C3=B8gh=20K=C3=B6ster?= Date: Thu, 22 Feb 2024 11:40:59 +0100 Subject: [PATCH] clarify github actions params --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 96545086329..da9e2c706f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,12 +4,12 @@ on: workflow_dispatch: inputs: solr_version: - description: 'The full release version' + description: 'The upstream Solr release version' required: true default: '9.5.0' type: string patch_version: - description: 'The full release version' + description: 'The internal patch version suffix version' required: true default: 1 type: number