Skip to content

Commit

Permalink
ci(changelog): list the tag in the PR title (#13234)
Browse files Browse the repository at this point in the history
(cherry picked from commit 11ad50a)
  • Loading branch information
Anton Gilgur committed Jul 30, 2024
1 parent 45b59a6 commit f12217a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: ./hack/changelog.sh > CHANGELOG.md
- uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
with:
title: 'docs: updated CHANGELOG.md'
commit-message: 'docs: updated CHANGELOG.md'
title: 'docs: update CHANGELOG.md for ${{ github.ref_name }}'
commit-message: 'docs: update CHANGELOG.md for ${{ github.ref_name }}'
branch: create-pull-request/changelog
signoff: true

0 comments on commit f12217a

Please sign in to comment.