Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Aug 3, 2024
1 parent e983ec6 commit c4d0867
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
- name: Generate changelog since last tag
run: |
conventional-changelog -p angular -i CHANGELOG.md -s -r ${{ steps.last_tag.outputs.tag }}..HEAD -o CHANGELOG_FRAGMENT.md
cat CHANGELOG_FRAGMENT.md >> CHANGELOG.md
conventional-changelog -p angular -i CHANGELOG.md -s -r ${{ steps.last_tag.outputs.tag }}..HEAD
- name: Push changes
run: |
Expand All @@ -58,6 +57,6 @@ jobs:
with:
tag_name: v${{ steps.version.outputs.new_version }}
release_name: Release v${{ steps.version.outputs.new_version }}
body: $(cat CHANGELOG_FRAGMENT.md)
body: $(cat CHANGELOG.md)
draft: false
prerelease: false

0 comments on commit c4d0867

Please sign in to comment.