Skip to content

Commit

Permalink
add new changelog to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Oct 25, 2024
1 parent 6a90f2e commit 56c3e51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ jobs:
- name: Update CHANGELOG.md
run: |
echo " " >> CHANGELOG.md
EXISTING_CHANGELOG=$(cat CHANGELOG.md)
echo " " > CHANGELOG.md
echo "## ${{ steps.nextversion.outputs.NEXT_VERSION }}" >> CHANGELOG.md
echo "* ${{ github.event.pull_request.title }}" >> CHANGELOG.md
echo " " >> CHANGELOG.md
echo -e "$EXISTING_CHANGELOG" > CHANGELOG.md
- name: Commit changes
run: |
Expand Down

0 comments on commit 56c3e51

Please sign in to comment.