Skip to content

Commit c5acdf7

Browse files
committed
Update the release PR message
1 parent 2a046d4 commit c5acdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Support/Scripts/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function github_create_release_for {
182182
function github_create_pull_request_for_new_version {
183183
local version_tag="$1"
184184
local version_branch="$2"
185-
local pr_message="Release: $version_tag ($REPO_OWNER/$RELEASE_REPO_NAME/releases/tag/$version_tag)"
185+
local pr_message="Release: [$version_tag](https://github.com/$REPO_OWNER/$RELEASE_REPO_NAME/releases/tag/$version_tag)"
186186
local dry_run=; dry_run=$([ "$DRY_RUN" = true ] && echo "--dry-run" || echo "")
187187
local open_pr_cmd="gh pr create --draft --base main --head \"$version_branch\" $dry_run --title \"$version_tag\" --body \"$pr_message\" --repo $REPO_OWNER/$XCPRODUCT_NAME"
188188

0 commit comments

Comments
 (0)