Skip to content

Commit eaaa9bd

Browse files
Add message to PR when merging release branch
1 parent 79bafdf commit eaaa9bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-new-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@ jobs:
4545
head: release/${{ env.RELEASE_VERSION }}
4646
base: dev
4747
title: Merge release ${{ env.RELEASE_VERSION }} into dev branch
48+
body: |
49+
This PR merges the release branch for ${{ env.RELEASE_VERSION }} back into dev.
50+
This happens to ensure that the updates that happend on the release branch, i.e. CHANGELOG and manifest updates are also present on the dev branch.
4851
4952
# if needed, you can checkout the latest master here, build artifacts and publish / deploy them somewhere

0 commit comments

Comments
 (0)