Skip to content

Commit

Permalink
ci: Release Notes automation information improvements [backport relea…
Browse files Browse the repository at this point in the history
…se-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 6eab62d)

Co-authored-by: Mattia Dal Ben <[email protected]>
  • Loading branch information
github-actions[bot] and mattdibi authored Nov 24, 2022
1 parent 2c1aba9 commit bc34926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit bc34926

Please sign in to comment.