Skip to content

Commit 24a7b64

Browse files
Use 'merge' terminology instead of backporting
1 parent aa8b562 commit 24a7b64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
tag_name: ${{ env.RELEASE_VERSION }}
3939
release_name: ${{ env.RELEASE_VERSION }}
4040

41-
- name: Backport release to dev branch
41+
- name: Merge release into dev branch
4242
uses: thomaseizinger/create-pull-request@v1
4343
with:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
head: release/${{ env.RELEASE_VERSION }}
4646
base: dev
47-
title: Backport release ${{ env.RELEASE_VERSION }} to dev branch
47+
title: Merge release ${{ env.RELEASE_VERSION }} into dev branch
4848
reviewers: ${{ github.event.issue.user.login }}
4949

5050
# if needed, you can checkout the latest master here, build artifacts and publish / deploy them somewhere

0 commit comments

Comments
 (0)