Skip to content

Commit a1deeb9

Browse files
committed
fix(cd): include changelog in GitHub releases and update date placeholder
- Add Changelog section to release body with generated commit history - Replace placeholder date "2026-XX-XX" with "TBD" in CHANGELOG.md - Changelog now displays in GitHub releases between Docker images and package link
1 parent 8366056 commit a1deeb9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/python-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ jobs:
156156
docker pull ghcr.io/${{ env.PACKAGE_NAME }}:latest
157157
```
158158
159+
## Changelog
160+
161+
${{ steps.changelog.outputs.changelog }}
162+
159163
---
160164
161165
📦 **Package:** [ghcr.io/${{ env.PACKAGE_NAME }}](https://github.com/${{ github.repository }}/pkgs/container/python-samples-fastapi-restful)

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This project uses famous football coaches as release codenames, following an A-Z
5252

5353
---
5454

55-
## [1.0.0 - Ancelotti] - 2026-XX-XX
55+
## [1.0.0 - Ancelotti] - TBD
5656

5757
### Added
5858

0 commit comments

Comments
 (0)