Skip to content

Commit

Permalink
Fix Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyr3x committed Jan 18, 2022
1 parent 9ad813f commit 5ff29a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
git checkout ${{ github.event.pull_request.head.ref }}
- name: Prepare CHANGELOG
run: |
echo "# Changelog" >> CHANGELOG.tmp
echo "\n## $NEW_VERSION" >> CHANGELOG.tmp
echo "# Changelog
## ${{ env.VERSION }}
" >> CHANGELOG.tmp
echo "${{ github.event.pull_request.body }}" >> CHANGELOG.tmp
grep -v "^# " CHANGELOG.md >> CHANGELOG.tmp;
cp CHANGELOG.tmp CHANGELOG.md
Expand All @@ -70,5 +72,3 @@ jobs:
git commit -m "Bump to version ${{ env.VERSION }}"
- name: Push
run: git push


0 comments on commit 5ff29a7

Please sign in to comment.