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 52bc9aa commit b5baf0eCopy full SHA for b5baf0e
.github/workflows/release.yml
@@ -56,8 +56,12 @@ jobs:
56
uses: jacobtomlinson/gha-find-replace@v3
57
with:
58
find: "Next\n----"
59
- replace: |-
60
- Next\n----\n\n${{ steps.calver.outputs.release }}\n${{ steps.changelog_underline.outputs.underline }}\n
+ replace: |
+ Next
61
+ ----
62
+
63
+ ${{ steps.calver.outputs.release }}
64
+ ${{ steps.changelog_underline.outputs.underline }}
65
include: CHANGELOG.rst
66
regex: false
67
0 commit comments