Skip to content

Commit

Permalink
Remove "Generate release notes" step and rely on automatic generation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Feb 28, 2024
1 parent 021efe1 commit 6699252
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Generate release notes
run: |
echo "RELEASE_NOTES=$(git log --pretty=format:'- %s' ${{ steps.get_latest_release.outputs.tag_name }}..${{ env.RELEASE_VERSION }})"
echo "RELEASE_NOTES=$(git log --pretty=format:'- %s' ${{ steps.get_latest_release.outputs.tag_name }}..${{ env.RELEASE_VERSION }})" >> $GITHUB_ENV
- name: Delete existing pending release
uses: actions/github-script@v7
if: steps.get_pending_release.outputs.id != ''
Expand Down

0 comments on commit 6699252

Please sign in to comment.