Skip to content

Commit

Permalink
Add notes to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Dec 12, 2024
1 parent f5c3dc8 commit 81a8dd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ github.ref }}
generate_release_notes: true
draft: true
prerelease: false
files: |
Expand All @@ -169,6 +170,7 @@ jobs:
name: Nightly
draft: false
tag_name: nightly
generate_release_notes: true
prerelease: true
files: |
./rz-notebook-*/*

0 comments on commit 81a8dd3

Please sign in to comment.