We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808c9ae commit b0b7008Copy full SHA for b0b7008
.github/workflows/changelog.json
@@ -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
@@ -43,6 +43,8 @@ jobs:
43
- name: "✏️ Generate changelog"
44
id: changelog
45
uses: mikepenz/release-changelog-builder-action@v3
46
+ with:
47
+ configuration: '.github/workflows/changelog.json'
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
0 commit comments