From dbc308b54533bfd1c6a744ef9b3e2d1ee3142980 Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Fri, 17 May 2024 11:50:42 +0000 Subject: [PATCH] Docs (readme): Add comments for CI global variables in CI entrypoint scripts example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e944b78..7a441ef 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,8 @@ Simply define necessary environment variables and/or parameter values prior to e ```powershell # CI global variables -$env:GITHUB_API_TOKEN = 'xxx' -$env:RELEASE_TAG_REF = 'vx.x.x' +$env:GITHUB_API_TOKEN = 'xxx' # required for Release +$env:RELEASE_TAG_REF = 'vx.x.x' # required for Generate and Release # Generate and Release variables #$env:PROJECT_DIRECTORY = "$(git rev-parse --show-toplevel)" # optional