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 2a882e4 commit d124bdcCopy full SHA for d124bdc
.github/workflows/release.yml
@@ -51,16 +51,6 @@ jobs:
51
with:
52
ref: main
53
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
63
-
64
# back to the release branch
65
- uses: actions/checkout@v3
66
0 commit comments