We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79492e commit e5efdfcCopy full SHA for e5efdfc
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
sed -i '1h;1d;$!H;$!d;G' temp_change.md;
35
sed -i -re 's/\*\*Full Changelog\*\*: (.*)/\[Full Changelog\]\(\1\)\n/' temp_change.md;
36
sed -i '/## New Contributors/,$d' temp_change.md;
37
- sed -i -re 's/^\*(.*)\sby\s@(.*)\sin\s(.*\/pull\/)(.*)\r/-\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;
38
sed -i 's/\[Quotae/\[Quote_a/' temp_change.md;
39
sed -i 's/\[learn2draw/\[Lexy/' temp_change.md;
40
sed -i 's/\[Voronoff/\[Tom Clancy Is Dead/' temp_change.md;
0 commit comments