Skip to content

Commit 8c8b4cc

Browse files
evan-czclaude
andcommitted
CP-43412: Clarify version input in Manual Prepare Release workflow
The "Version to release" workflow_dispatch input now shows an example (1.2.3), making it clear the version must be entered without a "v" prefix. The workflow prepends "v" itself when tagging, so a "v"-prefixed input would produce a "vv1.2.3" tag and break the release-notes file lookup. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d5eafde commit 8c8b4cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: "Version to release."
7+
description: 'Version to release (e.g., "1.2.3").'
88
required: true
99

1010
jobs:

0 commit comments

Comments
 (0)