We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeb0d4 commit fd58eb1Copy full SHA for fd58eb1
1 file changed
.github/tweak_changelogs.sh
@@ -12,7 +12,7 @@ sed -i -re 's/\*\*Full Changelog\*\*: (.*)/\[Full Changelog\]\(\1\)\n/' temp_cha
12
sed -i '/## New Contributors/,$d' temp_change.md
13
# Convert GitHub changelog entries from "* description by @username in pull/URL/number"
14
# to "- description [#number](pull/URL/number) ([username](https://github.com/username))" format
15
-sed -i -re 's/^\*(.*)\sby\s@(.*)\sin\s(.*\/pull\/)(.*)/-\1 [\\#\4](\3\4) ([\2](https:\/\/github.com\/\2))/' temp_change.md
+sed -i -re 's/^\*(.*)\sby\s@(.*)\sin\s(.*\/pull\/)(.*)\r?/-\1 [\\#\4](\3\4) ([\2](https:\/\/github.com\/\2))/' temp_change.md;
16
# Username substitutions for preferred display names
17
sed -i 's/\[Quotae/\[Quote_a/' temp_change.md
18
sed -i 's/\[learn2draw/\[Lexy/' temp_change.md
0 commit comments