Skip to content

Commit b088490

Browse files
committed
Remove update changelog
1 parent 9cf06c0 commit b088490

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/post_release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,6 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)