Skip to content

Commit

Permalink
chore: fix comment layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Mar 5, 2024
1 parent d06c6b1 commit 3a815a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for EXTENSION in $(echo $JSON | jq -r '.[].customizations.vscode.extensions | fl
GITHUB_URL=$(echo $LATEST_NON_PRERELEASE_VERSION_JSON | jq -r '.properties | map(select(.key == "Microsoft.VisualStudio.Services.Links.GitHub"))[] | .value')

RELEASE_DETAILS=$(gh release view --json body -R $GITHUB_URL | jq -r '.body')
UPDATE_DETAILS=$(printf "Updates \`%s\` from %s to %s\n<details><summary>Release notes</summary>%s</details>\n\n%s" $NAME $CURRENT_VERSION $LATEST_NON_PRERELEASE_VERSION "$RELEASE_DETAILS" "$UPDATE_DETAILS")
UPDATE_DETAILS=$(printf "Updates \`%s\` from %s to %s\n<details>\n<summary>Release notes</summary>\n\n%s\n</details>\n\n\n\n%s" $NAME $CURRENT_VERSION $LATEST_NON_PRERELEASE_VERSION "$RELEASE_DETAILS" "$UPDATE_DETAILS")
fi

EXTENSIONS="\"$NAME@$LATEST_NON_PRERELEASE_VERSION\",$EXTENSIONS"
Expand Down

0 comments on commit 3a815a4

Please sign in to comment.