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 e2180b7 commit eeeb939Copy full SHA for eeeb939
.github/workflows/release.yml
@@ -56,7 +56,7 @@ 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
- echo ${STABLE_VERSION}/${UNSTABLE_VERSION}
+ grep "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md
60
exit 1
61
fi
62
0 commit comments