Skip to content

Commit

Permalink
Tweak the generated PR description
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Jan 26, 2024
1 parent d611001 commit e7367f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_classic-buildpack-prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ jobs:
token: ${{ steps.generate-token.outputs.app_token }}
title: Prepare release v${{ steps.new-version.outputs.version }}
body: |
Commits since last release:
Commits since the last release:
${{ steps.unreleased-commits.outputs.commits }}
For the full diff, see the compare view:
https://github.com/${{ github.repository }}/compare/v${{ steps.existing-version.outputs.version }}...main
commit-message: Prepare release v${{ steps.new-version.outputs.version }}
branch: prepare-release
Expand Down

0 comments on commit e7367f9

Please sign in to comment.