Skip to content

Commit

Permalink
Bump mikepenz/release-changelog-builder-action from 4.2.2 to 5 (#4074)
Browse files Browse the repository at this point in the history
* Bump mikepenz/release-changelog-builder-action from 4.2.2 to 5

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 4.2.2 to 5.
- [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases)
- [Commits](mikepenz/release-changelog-builder-action@v4.2.2...v5)

---
updated-dependencies:
- dependency-name: mikepenz/release-changelog-builder-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Increase changelog limits - last release was over a year ago

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcus Aspin <[email protected]>
  • Loading branch information
dependabot[bot] and marcus-bcl authored Oct 7, 2024
1 parent 905cfe1 commit cd3cb0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v4.2.2
uses: mikepenz/release-changelog-builder-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -25,6 +25,8 @@ jobs:
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>❓ Other changes</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
"pr_template": "- #{{TITLE}} (##{{NUMBER}})",
"empty_template": "- no changes",
"max_pull_requests": 300,
"max_back_track_time_days": 730,
"categories": [
{
"title": "## ✨ Features",
Expand Down

0 comments on commit cd3cb0d

Please sign in to comment.