Skip to content

Commit

Permalink
Merge pull request #103 from vshn/renovate/mikepenz-release-changelog…
Browse files Browse the repository at this point in the history
…-builder-action-5.x

Update mikepenz/release-changelog-builder-action action to v5
  • Loading branch information
TheBigLee authored Oct 23, 2024
2 parents bbd2d80 + 32fb273 commit c13e847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: docker login -u "${{ secrets.QUAY_IO_USERNAME }}" -p "${{ secrets.QUAY_IO_PASSWORD }}" quay.io
- name: Build changelog from PRs with labels
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v2
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 c13e847

Please sign in to comment.