From bc34926a95a94bc53dca49f3f52239016fc5904e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 09:17:11 +0100 Subject: [PATCH] ci: Release Notes automation information improvements [backport release-5.2.0] (#4281) ci: Release Notes automation information improvements (#4262) * ci: add note about the fact that starting commit is non-inclusive * ci: add starting commit in PR description * ci: add non-inclusivity note in the PR description (cherry picked from commit 6eab62d49ade316c31ee0f2d487bd493839ed22f) Co-authored-by: Mattia Dal Ben --- .github/workflows/release-notes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index d1a1a04914a..d60ede02341 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -10,7 +10,7 @@ on: required: true starting_commit: type: string - description: Commit from which to start generating the release notes + description: Commit from which to start generating the release notes (non-inclusive) required: true jobs: @@ -56,5 +56,5 @@ jobs: with: title: "chore: add Kura ${{ steps.get-version.outputs.version }} release notes" commit-message: "chore: add Kura ${{ steps.get-version.outputs.version }} release notes" - body: "Automated changes by _Release Notes automation_ action: add Kura ${{ steps.get-version.outputs.version }} version release notes" + body: "Automated changes by _Release Notes automation_ action: add Kura ${{ steps.get-version.outputs.version }} version release notes since commit `${{ github.event.inputs.starting_commit }}` (non-inclusive)" branch-suffix: short-commit-hash