Skip to content

Commit

Permalink
Link to PRs when creating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Feb 19, 2025
1 parent fcad684 commit f7e626b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/merge_changelogs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo_changelog() {
echo "${1}"
# skip the template and release notes files
grep -i "${2}" .unreleased/* | \
cut -d: -f3- | sort | uniq | sed -e 's/^[[:space:]]*//' -e 's/^/* /'
cut -d: -f3- | sort | uniq | sed -e 's/^[[:space:]]*//' -e 's/^/* /' -e 's!#\([0-9]\+\)![#\1](https://github.com/timescale/timescaledb/pull/\1)!'
echo
}

Expand Down

0 comments on commit f7e626b

Please # to comment.