File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 3636 echo "body<<EOF" >> $GITHUB_OUTPUT
3737 echo "${{ github.event.release.body }}" >> $GITHUB_OUTPUT
3838 echo "EOF" >> $GITHUB_OUTPUT
39-
40- - name : Update Changelog
41- run : |
42- TAG_NAME="${{ steps.release_info.outputs.tag_name }}"
43- RELEASE_BODY="${{ steps.release_info.outputs.body }}"
44-
45- # Add release notes to the CHANGELOG.md
46- sed -i "s|<!--ENTER CHANGELOG HERE-->|<!--ENTER CHANGELOG HERE-->\n\n## ${TAG_NAME}\n\n${RELEASE_BODY}\n|g" CHANGELOG.md
47-
48- git add CHANGELOG.md
49- git commit -m "Update CHANGELOG.md with ${TAG_NAME} release notes" || echo "No changes to commit"
50- git push origin HEAD:${GITHUB_REF#refs/heads/}
5139 - name : Update Changelog in develop
5240 run : |
5341 TAG_NAME="${{ steps.release_info.outputs.tag_name }}"
You can’t perform that action at this time.
0 commit comments