From 5dc8ca4ed85ae5a17b018bd1801340a83b1edd09 Mon Sep 17 00:00:00 2001 From: LocalIdentity <31035929+LocalIdentity@users.noreply.github.com> Date: Thu, 19 Dec 2024 01:32:55 +1100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7cf1fe6e..10f5b710 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: sed -i 's/\[learn2draw/\[Lexy/' temp_change.md; sed -i 's/\[Voronoff/\[Tom Clancy Is Dead/' temp_change.md; sed -i 's/\[PJacek/\[TPlant/' temp_change.md; + sed -i 's/\[justjuangui/\[trompetin17/' temp_change.md; cp temp_change.md changelog_temp.txt; cat CHANGELOG.md | sed '1d' >> temp_change.md; 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;