Skip to content

Commit

Permalink
- update to latest release-changelog-builder-action
Browse files Browse the repository at this point in the history
- add contributors to release notes template
  • Loading branch information
mikepenz committed Nov 2, 2024
1 parent c39e623 commit 0a9f957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/config/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"title": "## 📦 Dependencies",
"labels": ["dependencies"]
}
]
],
"template": "#{{CHANGELOG}}\n\nContributors:\n- #{{CONTRIBUTORS}}"
}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: "Build Changelog"
id: github_release
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
with:
configuration: ".github/config/configuration.json"
env:
Expand Down

0 comments on commit 0a9f957

Please sign in to comment.