Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Feb 23, 2024
1 parent eeeb939 commit 114884d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ jobs:
# not making a patch release
if ! grep --quiet "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md; then
echo the pull request generated by prepare-release-branch.yml needs to be merged first
grep "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md
exit 1
fi
grep "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md
cat CHANGELOG.md
fi
# back to the release branch
Expand Down

0 comments on commit 114884d

Please sign in to comment.