Skip to content

Commit 029d1e0

Browse files
authored
feat(changelog): write generated changelog to workflow summary (#70)
1 parent 824abee commit 029d1e0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/generate-changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@ jobs:
267267
echo "Generated changelog:"
268268
echo "$CHANGELOG"
269269
270+
# Write changelog to workflow summary
271+
echo "## 📋 Generated Changelog" >> $GITHUB_STEP_SUMMARY
272+
echo "" >> $GITHUB_STEP_SUMMARY
273+
echo "$CHANGELOG" >> $GITHUB_STEP_SUMMARY
274+
270275
echo "CHANGELOG<<EOF" >> $GITHUB_OUTPUT
271276
echo "$CHANGELOG" >> $GITHUB_OUTPUT
272277
echo "EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)