Skip to content

Commit

Permalink
ci(draft): test release notes computation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Untereiner committed Oct 2, 2024
1 parent 6c4107f commit 9b301e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
branch: develop
noVersionBumpBehavior: patch

- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Create Release
# uses: ncipollo/[email protected]
# with:
Expand All @@ -51,5 +56,5 @@ jobs:
# makeLatest: true
# generateReleaseNotes: true
# name: ${{ steps.semver.outputs.next }}
# body: Changelog Contents
# body: ${{ steps.github_release.outputs.changelog }}
# token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9b301e1

Please sign in to comment.