Skip to content

Commit 1ce726e

Browse files
committed
Fix changelog
1 parent 9bc2baf commit 1ce726e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/changelog-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"labels": ["chore", "maintenance"]
2222
}
2323
],
24-
"template": "${{CHANGELOG}}\n\n## 📦 Docker Images\n\nPull the new version:\n```bash\ndocker pull ghcr.io/hireflix/mmdb-server:${{NEXT_VERSION}}\n```",
24+
"template": "${{CHANGELOG}}",
2525
"pr_template": "- ${{TITLE}} (#${{NUMBER}})",
2626
"empty_template": "- No changes",
2727
"max_tags_to_fetch": 200,

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
tag_name: v${{ steps.version.outputs.version }}
7373
name: v${{ steps.version.outputs.version }}
7474
body: |
75+
## What's Changed
7576
${{ github.event.pull_request.body }}
7677
7778
## 📦 Docker Images
78-
7979
Pull the new version:
8080
```bash
8181
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:v${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)