Skip to content

Commit b0b7008

Browse files
committed
github: Add changelog template.
1 parent 808c9ae commit b0b7008

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/changelog.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"sort": "DESC",
3+
"template": "🪄 Changelog:\n\n${{UNCATEGORIZED}}\n",
4+
"pr_template": "- ${{TITLE}}",
5+
"empty_template": "- no changes",
6+
"max_tags_to_fetch": 100,
7+
"max_pull_requests": 100,
8+
"max_back_track_time_days": 100
9+
}

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: "✏️ Generate changelog"
4444
id: changelog
4545
uses: mikepenz/release-changelog-builder-action@v3
46+
with:
47+
configuration: '.github/workflows/changelog.json'
4648
env:
4749
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4850

0 commit comments

Comments
 (0)