From 45510f9fd6dcadf9f0b3ea361c54944326caa146 Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Thu, 23 May 2024 11:30:17 +0300 Subject: [PATCH] chore: drop redundant text (#7528) --- .github/workflows/create-release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 768aab2a72bd..8b172c66231a 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -81,14 +81,6 @@ jobs: body: | ${{ steps.get-pr-body.outputs.body }} - --- - - > **DO NOT SQUASH OR REBASE ME** - - > if user merges this PR via rebasing or using squash, it will cause lost of the tag. It happens because tag is already - > attached to the initial release commit SHA. If we use rebase or squash, the commit sha changes and already created tag - > points to not-existing commit. - - name: Create GitHub Release if: ${{ env.IS_DRY_MODE == 'false' && env.IS_RRE_RELEASE_MODE == 'false' }} uses: ncipollo/release-action@v1.14.0