File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 {
7272 printf '<!--%s:%s%s-->\n' "$MARKER" "$DIFF_PREFIX" "$NEW_VERSION"
7373 printf '%s\n\n' "$MESSAGE"
74- printf '- %s: [%s%s...%s%s](%s)\n' "$DIFF_LABEL" "$DIFF_PREFIX" "$PREV_VERSION" "$DIFF_PREFIX" "$NEW_VERSION" "$DIFF_URL"
74+ printf -- '- %s: [%s%s...%s%s](%s)\n' "$DIFF_LABEL" "$DIFF_PREFIX" "$PREV_VERSION" "$DIFF_PREFIX" "$NEW_VERSION" "$DIFF_URL"
7575
7676 while IFS= read -r RAW_LINE; do
7777 LINE=$(printf '%s' "$RAW_LINE" | sed 's/^[[:space:]]*//;s/[[:space:]]*$//')
8383 LABEL=${LINE%%|*}
8484 URL_TEMPLATE=${LINE#*|}
8585 URL=${URL_TEMPLATE//\{\{version\}\}/$NEW_VERSION}
86- URL=${URL_TEMPLATE //\{\{prev_version\}\}/$PREV_VERSION}
87- printf '- %s: %s\n' "$LABEL" "$URL"
86+ URL=${URL //\{\{prev_version\}\}/$PREV_VERSION}
87+ printf -- '- %s: %s\n' "$LABEL" "$URL"
8888 done <<< "$LINKS_VALUE"
8989
9090 printf '\n'
You can’t perform that action at this time.
0 commit comments