From b9bc676b99f83df464dacdbab4afd188b14a6b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:34:13 +0200 Subject: [PATCH] Bump mikepenz/release-changelog-builder-action from 4 to 5 (#132) Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 4 to 5. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chicco785 --- .github/workflows/release-notes.yaml | 6 +++--- RELEASE_NOTES.md | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-notes.yaml b/.github/workflows/release-notes.yaml index 52b5d2d..203359b 100644 --- a/.github/workflows/release-notes.yaml +++ b/.github/workflows/release-notes.yaml @@ -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' @@ -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' @@ -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: diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 728eeed..5bf4283 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # GitHub Workflows Release Notes -## 0.0.3-dev - 2024-07-02 +## 0.0.3-dev - 2024-07-30 ### Features @@ -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 @@ -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])