Skip to content

Commit

Permalink
Bump mikepenz/release-changelog-builder-action from 4 to 5 (#132)
Browse files Browse the repository at this point in the history
Bumps
[mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action)
from 4 to 5.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chicco785 <[email protected]>
  • Loading branch information
dependabot[bot] and chicco785 authored Jul 30, 2024
1 parent 971c885 commit b9bc676
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
more .github/config/release-config-temp.json
- name: "Build Changelog"
id: build_changelog_1
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
if: ${{ steps.previoustag.outputs.tag != '0.0.0' }}
with:
configuration: '.github/config/release-config-temp.json'
Expand All @@ -125,7 +125,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Build Changelog"
id: build_changelog_2
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
if: ${{ steps.previoustag.outputs.tag == '0.0.0' }}
with:
configuration: '.github/config/release-config-temp.json'
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
run: echo "CONFIGURATION=.github/config/release-config.json" >> $GITHUB_ENV
- name: "Build Changelog"
id: github_release
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
with:
configuration: ${{env.CONFIGURATION}}
env:
Expand Down
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Workflows Release Notes

## 0.0.3-dev - 2024-07-02
## 0.0.3-dev - 2024-07-30

### Features

Expand All @@ -22,6 +22,7 @@

### Bug Fixes

- golang workflow: fix changes check (PR #130 by @chicco785)
- Fix deployment workflow on PRs (PR #120 by @cosimomeli)

### Continuous Integration
Expand All @@ -31,6 +32,8 @@

### Dependencies

- Bump mikepenz/release-changelog-builder-action from 4 to 5 (PR #132 by
@dependabot[bot])
- Bump reproducible-containers/buildkit-cache-dance from 3.1.1 to 3.1.2 (PR #129
by @dependabot[bot])
- Bump docker/build-push-action from 5 to 6 (PR #125 by @dependabot[bot])
Expand Down

0 comments on commit b9bc676

Please sign in to comment.