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.
1 parent 5f2af00 commit 5dc8ca4Copy full SHA for 5dc8ca4
.github/workflows/release.yml
@@ -39,6 +39,7 @@ jobs:
39
sed -i 's/\[learn2draw/\[Lexy/' temp_change.md;
40
sed -i 's/\[Voronoff/\[Tom Clancy Is Dead/' temp_change.md;
41
sed -i 's/\[PJacek/\[TPlant/' temp_change.md;
42
+ sed -i 's/\[justjuangui/\[trompetin17/' temp_change.md;
43
cp temp_change.md changelog_temp.txt;
44
cat CHANGELOG.md | sed '1d' >> temp_change.md;
45
printf "# Changelog\n\n## [v${{ github.event.inputs.releaseVersion }}](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v${{ github.event.inputs.releaseVersion }}) ($(date +'%Y/%m/%d'))\n\n" | cat - temp_change.md > CHANGELOG.md;
0 commit comments