Skip to content

Commit

Permalink
Upgrade mikepenz/release-changelog-builder-action to v4 (#2206)
Browse files Browse the repository at this point in the history
Closes #1969
  • Loading branch information
paul-dingemans authored Aug 26, 2023
1 parent e5a40b1 commit 143f940
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:

- name: "Build Changelog"
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v3
uses: mikepenz/release-changelog-builder-action@v4
with:
fromTag: "${{ env.version }}"
# This Github action is run before building a new release. All PR's created after last release and between current HEAD are to be
# included
toTag: "HEAD"
configurationJson: |
{
"template": "## Unreleased\n\n${{CHANGELOG}}",
"categories": [
{
"title": "### 🚀 API Changes",
Expand All @@ -56,13 +57,12 @@ jobs:
"exclude_labels": ["documentation", "exclude from changelog"]
}
],
"pr_template": "* ${{TITLE}}\n PR [#${{NUMBER}}](${{URL}}), by @${{AUTHOR}}",
"empty_template": "- no changes",
"sort": {
"order": "ASC",
"on_property": "mergedAt"
},
"template": "## Unreleased\n\n${{CHANGELOG}}",
"pr_template": "* ${{TITLE}}\n PR [#${{NUMBER}}](${{URL}}), by @${{AUTHOR}}",
"empty_template": "- no changes",
"label_extractor": [
{
"pattern": "renovate\\[bot\\]",
Expand Down

0 comments on commit 143f940

Please sign in to comment.