From 62826972fe60263486785948d9e0be25b7bfa6a3 Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Fri, 23 Feb 2024 13:20:12 +0100 Subject: [PATCH] Update docs --- .github/actions/create-tag-and-github-release/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/create-tag-and-github-release/action.yml b/.github/actions/create-tag-and-github-release/action.yml index 5971212b3f..21b7d34f6b 100644 --- a/.github/actions/create-tag-and-github-release/action.yml +++ b/.github/actions/create-tag-and-github-release/action.yml @@ -12,10 +12,10 @@ inputs: type: string outputs: promoted-tag: - description: "Pre-release tag that has been promoted to a release tag" + description: "Pre-release tag (x.y.z-N) that has been promoted to a release tag (x.y.z)" value: ${{ steps.compute-tag.outputs.promoted-tag }} tag: - description: "Tag that has been added" + description: "Tag that has been added (x.y.z-N for internal, x.y.z for public and hotfixes)" value: ${{ steps.compute-tag.outputs.tag }} tag-created: description: "Whether the tag has been created"