We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generate-email.sh
1 parent 70ffe9f commit 27c732cCopy full SHA for 27c732c
.github/generate-email.sh
@@ -49,7 +49,8 @@ RELEASE_NOTES_FILE="$SCRIPT_DIR/../src/site/_release-notes/_$PROJECT_VERSION.ado
49
50
dump_release_notes() {
51
awk "f{print} /^Release date::/{f=1}" "$RELEASE_NOTES_FILE" \
52
- | sed -r 's!'$PROJECT_REPO'/(issues|pull)/[0-9]+\[([0-9]+)\]!#\2!g'
+ | sed -r 's!'$PROJECT_REPO'/(issues|pull)/[0-9]+\[([0-9]+)\]!#\2!g' \
53
+ | sed -r 's!https://github.com/([^/]+)/([^/]+)/(pull|issues)/([0-9]+)\[(\1/\2#\4)\]!\5!g'
54
}
55
56
case $1 in
0 commit comments