Skip to content

Commit 70bde95

Browse files
committed
fix: address code review suggestions for CD workflow and changelog
- Add changelog multiline output to $GITHUB_OUTPUT for release body - Update CHANGELOG header to acknowledge non-World Cup fallback stadium - Correct Parc des Princes tag from parcdesprince to parcdesprinces - Restore missing GitHub Release step header in CD workflow
1 parent a8dc43e commit 70bde95

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/dotnet-cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ jobs:
102102
echo "$CHANGELOG" > changelog.txt
103103
cat changelog.txt
104104
105+
# Set output for use in release body
106+
{
107+
echo "changelog<<EOF"
108+
echo "$CHANGELOG"
109+
echo "EOF"
110+
} >> $GITHUB_OUTPUT
111+
105112
- name: Create GitHub Release
106113
uses: softprops/action-gh-release@v2.2.0
107114
with:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Stadium Release Names
99

10-
This project uses famous football stadiums (A-Z) that hosted FIFA World Cup matches:
10+
This project uses famous football stadiums (A-Z) that hosted FIFA World Cup matches (with notable fallbacks where necessary):
1111

1212
| Letter | Stadium Name | Location | Tag Name |
1313
| ------ | ----------- | -------- | -------- |
@@ -26,7 +26,7 @@ This project uses famous football stadiums (A-Z) that hosted FIFA World Cup matc
2626
| M | Maracanã | Brazil (1950, 2014) | `maracana` |
2727
| N | Nantes Beaujoire | France (1998) | `nantes` |
2828
| O | Olympiastadion Berlin | Germany (1974, 2006) | `olympiastadion` |
29-
| P | Parc des Princes | France (1938, 1998) | `parcdesprince` |
29+
| P | Parc des Princes | France (1938, 1998) | `parcdesprinces` |
3030
| Q | Qatar 974 | Qatar (2022) | `qatar974` |
3131
| R | Rose Bowl | USA (1994) | `rosebowl` |
3232
| S | San Siro | Italy (1934, 1990) | `sansiro` |

0 commit comments

Comments
 (0)