Skip to content

Commit

Permalink
Generate release notes automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Feb 24, 2024
1 parent 81019f9 commit 1ff4825
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
with:
allowUpdates: True
artifacts: ${{ matrix.project }}_${{ matrix.framework }}_${{ matrix.runtime }}_${{ matrix.conf }}.zip
body: '${{ github.sha }}'
body: 'Last built commit: ${{ github.sha }}'
commit: ${{ github.sha }}
generateReleaseNotes: True
name: 'Rolling Release'
prerelease: True
replacesArtifacts: True
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
with:
allowUpdates: True
artifacts: ${{ matrix.project }}_${{ matrix.framework }}_${{ matrix.runtime }}_${{ matrix.conf }}.zip
body: '${{ github.sha }}'
body: 'Last built commit: ${{ github.sha }}'
commit: ${{ github.sha }}
generateReleaseNotes: True
name: 'Rolling Release'
prerelease: True
replacesArtifacts: True
Expand Down
1 change: 1 addition & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- Don't omit body when setting body
- Remove unnecessary empty section
- Unified tag for rolling release
- Generate release notes automatically

### 3.1.1 (2024-02-20)

Expand Down

0 comments on commit 1ff4825

Please sign in to comment.