Skip to content

Commit 6c81a78

Browse files
committed
Generate GitHub release descriptions from commits
1 parent 1967942 commit 6c81a78

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v7
16+
with:
17+
fetch-depth: 0
1618

17-
- uses: taiki-e/create-gh-release-action@v1
19+
- uses: softprops/action-gh-release@v2
1820
with:
19-
token: ${{ secrets.GITHUB_TOKEN }}
21+
generate_release_notes: true
2022

2123
upload-assets:
2224
needs: create-release

0 commit comments

Comments
 (0)