Skip to content

Commit 7757470

Browse files
committed
Add mentions and link to changes
1 parent d44b5ea commit 7757470

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release_publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,15 @@ jobs:
107107
title: "Redis: Update to ${{ steps.parse-release.outputs.release_version }}"
108108
body: |
109109
THIS IS A DRAFT PR FOR AUTOMATION TESTING
110-
PLEASE IGNORE AND SORRY FOR BOTHERING
110+
PLEASE IGNORE IT AND SORRY FOR THE BOTHERING
111111
112112
Automated update for Redis ${{ steps.parse-release.outputs.release_version }}
113113
114114
Release commit: ${{ steps.parse-release.outputs.release_commit_sha }}
115115
Release tag: v${{ steps.parse-release.outputs.release_version }}
116+
Compare: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/compare/v${{ steps.parse-release.outputs.release_version }}^1...v${{ steps.parse-release.outputs.release_version }}
117+
118+
@adamiBs @yossigo @adobrzhansky @maxb-io @dagansandler @Peter-Sh
116119
117120
- name: PR creation results
118121
run: |

0 commit comments

Comments
 (0)