Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalIdentity authored Dec 18, 2024
1 parent 5f2af00 commit 5dc8ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5dc8ca4

Please sign in to comment.