Skip to content

Commit eefbfbf

Browse files
committed
fix: remove duplicate changelog from release notes
- Remove manual git log changelog from release body - Rely on generate_release_notes for auto-generated changelog - Keep custom Docker pull instructions in body - Avoid duplicate/conflicting changelog content
1 parent 19715e1 commit eefbfbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dotnet-cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ jobs:
158158
docker pull ghcr.io/${{ env.PACKAGE_NAME }}:latest
159159
```
160160
161-
## Changes
162-
163-
${{ steps.changelog.outputs.changelog }}
164-
165161
---
166162
167163
📦 **Package:** [ghcr.io/${{ env.PACKAGE_NAME }}](https://github.com/${{ github.repository }}/pkgs/container/dotnet-samples-aspnetcore-webapi)

0 commit comments

Comments
 (0)