Skip to content

Commit

Permalink
feat(auto-release-notes): Added the auto-release notes feature to the…
Browse files Browse the repository at this point in the history
… pipeline workflow
  • Loading branch information
ivan-pinatti committed Apr 27, 2023
1 parent e9fbaff commit c141bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ jobs:
tag: ${{ needs.create_tag.outputs.new_tag }}
name: Release ${{ needs.create_tag.outputs.new_tag }}
body: ${{ needs.create_tag.outputs.changelog }}
generateReleaseNotes: true

0 comments on commit c141bd6

Please sign in to comment.