Skip to content

Commit

Permalink
Merge pull request #114 from projectsyn/renovate/mikepenz-release-cha…
Browse files Browse the repository at this point in the history
…ngelog-builder-action-5.x

Update mikepenz/release-changelog-builder-action action to v5
  • Loading branch information
simu authored Jul 30, 2024
2 parents 2ae1bc3 + 8d76927 commit 510ba6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: "0"
- name: Build changelog from PRs with labels
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
with:
configuration: ".github/changelog-configuration.json"
# PreReleases still get a changelog, but the next full release gets a diff since the last full release,
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.slug }}/.github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: "0"
- name: Build changelog from PRs with labels
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
with:
configuration: ".github/changelog-configuration.json"
# PreReleases still get a changelog, but the next full release gets a diff since the last full release,
Expand Down

0 comments on commit 510ba6d

Please sign in to comment.