- introduce minimalistic CONTRIBUTORS output for changelogs

- This is based only on PR authors at this time
  - RELATES TO https://github.com/mikepenz/release-changelog-builder-action/pull/1338
  - Thanks @Freezor
This commit is contained in:
Mike Penz
2024-06-20 11:46:23 +02:00
parent 67e423e289
commit 28b9afa1d6
5 changed files with 46 additions and 25 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
}
],
"sort": "ASC",
"template": "${{CHANGELOG}}",
"template": "${{CHANGELOG}}\n\nContributors:\n${{CONTRIBUTORS}}",
"pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}",
"empty_template": "- no changes",
"max_pull_requests": 1000,