Skip to content

Commit 35ca84d

Browse files
committed
adding some more text
1 parent 3e10a38 commit 35ca84d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/Release-1-initiate-new-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: make-commit
3131
run: |
3232
git add .
33-
git commit --message "Prepare release ${{ github.event.inputs.version }}"
33+
git commit --message "Bump version to ${{ github.event.inputs.version }}"
3434
3535
- name: Push new branch
3636
run: git push origin release/${{ github.event.inputs.version }}
@@ -54,3 +54,5 @@ jobs:
5454
I've bumped the versions in the manifest files in this commit: ${{ steps.make-commit.outputs.commit }}.
5555
5656
Merging this PR will create a GitHub release and upload any assets that are created as part of the release build.
57+
58+
Happy merging!

.github/workflows/Release-2-Merge-develop-to-master.yml

+5
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ jobs:
3333
title: Merge develop into master for release ${{ env.RELEASE_VERSION }}
3434
reviewers: ${{ github.actor }} #Assign the PR to the user who merged the release branch
3535
body: |
36+
Hi @${{ github.actor }}!
37+
3638
This PR merges the develop branch into master for the release ${{ env.RELEASE_VERSION }}.
39+
Once this PR is merged, the release will be published.
40+
41+
Happy merging!

0 commit comments

Comments
 (0)