Skip to content

Commit

Permalink
undo commit to my local fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Blitz54 committed Feb 13, 2025
1 parent 7737fe1 commit ecbc047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sed -i '1h;1d;$!H;$!d;G' temp_change.md;
sed -i -re 's/\*\*Full Changelog\*\*: (.*)/\[Full Changelog\]\(\1\)\n/' temp_change.md;
sed -i '/## New Contributors/,$d' 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;
sed -i -re 's/^\*(.*)\sby\s@(.*)\sin\s(.*\/pull\/)(.*)/-\1 [\\#\4](\3\4) ([\2](https:\/\/github.com\/\2))/' temp_change.md;
sed -i 's/\[Quotae/\[Quote_a/' temp_change.md;
sed -i 's/\[learn2draw/\[Lexy/' temp_change.md;
sed -i 's/\[Voronoff/\[Tom Clancy Is Dead/' temp_change.md;
Expand Down

0 comments on commit ecbc047

Please sign in to comment.