Skip to content

Commit b28cb3d

Browse files
CopilotLogFlames
andcommitted
Update PR body to say rebase and merge instead of squash-merge
Co-authored-by: LogFlames <36220731+LogFlames@users.noreply.github.com>
1 parent 44d57e9 commit b28cb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: |
173173
gh pr create \
174174
--title "Release version ${{ env.NEXT_VERSION }}" \
175-
--body "This PR updates the project to version ${{ env.NEXT_VERSION }} and sets the next SNAPSHOT version to ${{ env.NEXT_RELEASE_VERSION }}.\n\nThis PR should be squash-merged into main." \
175+
--body "This PR updates the project to version ${{ env.NEXT_VERSION }} and sets the next SNAPSHOT version to ${{ env.NEXT_RELEASE_VERSION }}.\n\nThis PR should be rebased and merged into main." \
176176
--base main \
177177
--head "${{ env.BRANCH_NAME }}"
178178
env:

0 commit comments

Comments
 (0)