Skip to content

Commit d91ebb1

Browse files
author
Théo LAGACHE
committed
fix
1 parent 2b8268a commit d91ebb1

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,11 @@ jobs:
7272
configurationJson: |
7373
{
7474
"template": "# 📋 Changelog\n\n## 🚀 Changements\n#commits",
75-
"fetch_via_commits": true,
76-
"fetch_reviewers": false,
77-
"fetch_release_information": true,
75+
"fetchViaCommits": true,
76+
"fetchReviews": true,
77+
"fetchReleaseInformation": true,
7878
"sort": "DESC",
7979
"commit_template": "- #TITLE ([#HASH](#URL))",
80-
"max_commits": 100,
81-
"ignore_labels": ["ignore"]
8280
}
8381
env:
8482
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)