Skip to content

Commit eaff622

Browse files
authored
fix: update titles of cli releases (#8055)
1 parent b127301 commit eaff622

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ jobs:
110110
111111
# Create GitHub release
112112
gh release create "v${{ steps.get_version.outputs.beta_version }}" \
113-
--title "Beta Release v${{ steps.get_version.outputs.beta_version }}" \
113+
--title "CLI Beta Release v${{ steps.get_version.outputs.beta_version }}" \
114114
--notes "Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found." \
115115
--prerelease

.github/workflows/stable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
209209
# Create GitHub release
210210
gh release create "v${{ steps.final_version.outputs.stable_version }}" \
211-
--title "Stable Release v${{ steps.final_version.outputs.stable_version }}" \
211+
--title "CLI Stable Release v${{ steps.final_version.outputs.stable_version }}" \
212212
--notes "${{ steps.final_version.outputs.release_notes }}" \
213213
--latest
214214

0 commit comments

Comments
 (0)