From 17de1d027a09096c13880cf3faa0147a10f16427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:16:19 +0000 Subject: [PATCH 1/7] Bump slackapi/slack-github-action in /slack-message Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- slack-message/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slack-message/action.yml b/slack-message/action.yml index b07816a..aaac301 100644 --- a/slack-message/action.yml +++ b/slack-message/action.yml @@ -30,7 +30,7 @@ runs: MESSAGE_TEMPLATE: images - if: steps.build_images.outputs.message - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v1.24.0 with: channel-id: ${{ inputs.channel-id }} payload: ${{ steps.build_images.outputs.message }} @@ -42,7 +42,7 @@ runs: RELEASE_STATUS: ${{ inputs.status }} - id: send_message - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v1.24.0 with: channel-id: ${{ inputs.channel-id }} payload: ${{ steps.build_message.outputs.message }} From 2def66a9f0144e11004b3fb63f4d8dac3ef1d54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:16:20 +0000 Subject: [PATCH 2/7] Bump mikepenz/release-changelog-builder-action in /build-changelog Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 3 to 4. - [Release notes](https://github.com/mikepenz/release-changelog-builder-action/releases) - [Commits](https://github.com/mikepenz/release-changelog-builder-action/compare/v3...v4) --- updated-dependencies: - dependency-name: mikepenz/release-changelog-builder-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build-changelog/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-changelog/action.yml b/build-changelog/action.yml index da189ca..975b434 100644 --- a/build-changelog/action.yml +++ b/build-changelog/action.yml @@ -21,7 +21,7 @@ runs: shell: bash - id: build_changelog - uses: mikepenz/release-changelog-builder-action@v3 + uses: mikepenz/release-changelog-builder-action@v4 with: configuration: ${{ github.action_path }}/config.json outputFile: NEXT.md From a3307382542c2c83ddcd7c0647780353c75daabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:16:20 +0000 Subject: [PATCH 3/7] Bump peter-evans/create-pull-request from 4 to 5 in /pull-request Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pull-request/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-request/action.yml b/pull-request/action.yml index fc59877..11c7320 100644 --- a/pull-request/action.yml +++ b/pull-request/action.yml @@ -24,7 +24,7 @@ runs: - id: commit uses: pr-mpt/actions-commit-hash@v2 - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v5 with: title: Release ${{ inputs.next_version }} body: | From 09eb9162615e1207ca8fd55523861cf4484a1419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:16:22 +0000 Subject: [PATCH 4/7] Bump pr-mpt/actions-commit-hash from 2 to 3 in /pull-request Bumps [pr-mpt/actions-commit-hash](https://github.com/pr-mpt/actions-commit-hash) from 2 to 3. - [Release notes](https://github.com/pr-mpt/actions-commit-hash/releases) - [Commits](https://github.com/pr-mpt/actions-commit-hash/compare/v2...v3) --- updated-dependencies: - dependency-name: pr-mpt/actions-commit-hash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pull-request/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-request/action.yml b/pull-request/action.yml index 11c7320..f0c2846 100644 --- a/pull-request/action.yml +++ b/pull-request/action.yml @@ -22,7 +22,7 @@ runs: shell: bash - id: commit - uses: pr-mpt/actions-commit-hash@v2 + uses: pr-mpt/actions-commit-hash@v3 - uses: peter-evans/create-pull-request@v5 with: From 6b0b89920db99ec78168537a9ff8e95829e55e3b Mon Sep 17 00:00:00 2001 From: Wade Williams Date: Fri, 17 Nov 2023 16:38:25 -0700 Subject: [PATCH 5/7] feat: Do not provide guidance on writing commits in changelog --- pull-request/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/pull-request/action.yml b/pull-request/action.yml index f0c2846..cdf4ea4 100644 --- a/pull-request/action.yml +++ b/pull-request/action.yml @@ -15,7 +15,6 @@ runs: steps: - run: | echo -e "# Changelog\n" > NEXT.md - echo -e "All notable changes to this project will be documented in this file. See [standard-version](${{ github.server_url }}/conventional-changelog/standard-version) for commit guidelines.\n" >> NEXT.md echo -e "${{ inputs.release == 'patch' && '###' || '##' }} [${{ inputs.next_version }}](${{ github.server_url }}/${{ github.repository }}/compare/${{ inputs.previous_version }}...v${{ inputs.next_version }}) ($(date +'%Y-%m-%d'))\n" >> NEXT.md echo -e "${{ inputs.notes }}\n" >> NEXT.md cat CHANGELOG.md | sed -e '1,4d' >> NEXT.md && mv NEXT.md CHANGELOG.md From 5941d7a12b53dacb8caac7734fff10689ffd94e6 Mon Sep 17 00:00:00 2001 From: Wade Williams Date: Fri, 17 Nov 2023 17:22:30 -0700 Subject: [PATCH 6/7] fix sed len --- pull-request/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-request/action.yml b/pull-request/action.yml index cdf4ea4..06712f7 100644 --- a/pull-request/action.yml +++ b/pull-request/action.yml @@ -17,7 +17,7 @@ runs: echo -e "# Changelog\n" > NEXT.md echo -e "${{ inputs.release == 'patch' && '###' || '##' }} [${{ inputs.next_version }}](${{ github.server_url }}/${{ github.repository }}/compare/${{ inputs.previous_version }}...v${{ inputs.next_version }}) ($(date +'%Y-%m-%d'))\n" >> NEXT.md echo -e "${{ inputs.notes }}\n" >> NEXT.md - cat CHANGELOG.md | sed -e '1,4d' >> NEXT.md && mv NEXT.md CHANGELOG.md + cat CHANGELOG.md | sed -e '1,1d' >> NEXT.md && mv NEXT.md CHANGELOG.md shell: bash - id: commit From 5c975b2b6d032d1fb0c549393cedf73219094526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 04:32:46 +0000 Subject: [PATCH 7/7] Bump actions/setup-python from 4 to 5 in /slack-message Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- slack-message/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slack-message/action.yml b/slack-message/action.yml index aaac301..ef645eb 100644 --- a/slack-message/action.yml +++ b/slack-message/action.yml @@ -17,7 +17,7 @@ outputs: runs: using: "composite" steps: - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 - run: pip install regex requests shell: bash