Skip to content

Commit 864358a

Browse files
committed
ci: generate release notes
1 parent 15e863f commit 864358a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v3
12+
- uses: actions/checkout@v3
1413
- name: Release
1514
uses: softprops/action-gh-release@v1
15+
with:
16+
generate_release_notes: true

0 commit comments

Comments
 (0)