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 eeeb939 commit 114884dCopy full SHA for 114884d
.github/workflows/release.yml
@@ -56,9 +56,10 @@ 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
- grep "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md
60
exit 1
61
fi
+ grep "^## Version ${STABLE_VERSION}/${UNSTABLE_VERSION} " CHANGELOG.md
62
+ cat CHANGELOG.md
63
64
65
# back to the release branch
0 commit comments