Skip to content

Commit d124bdc

Browse files
committed
Update release.yml
1 parent 2a882e4 commit d124bdc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@ jobs:
5151
with:
5252
ref: main
5353

54-
- run: |
55-
if [[ -z $PRIOR_VERSION_WHEN_PATCH ]]; then
56-
# not making a patch release
57-
if ! grep --quiet "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md; then
58-
echo the pull request generated by prepare-release-branch.yml needs to be merged first
59-
fi
60-
grep "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md
61-
cat CHANGELOG.md
62-
fi
63-
6454
# back to the release branch
6555
- uses: actions/checkout@v3
6656

0 commit comments

Comments
 (0)