We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114884d commit 2a882e4Copy full SHA for 2a882e4
.github/workflows/release.yml
@@ -56,7 +56,6 @@ jobs:
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
- exit 1
60
fi
61
grep "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md
62
cat CHANGELOG.md
0 commit comments