Skip to content

Commit

Permalink
Use commit SHA as body of rolling releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Feb 23, 2024
1 parent 5e2766f commit 7f26dcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
allowUpdates: True
artifacts: ${{ matrix.project }}_${{ matrix.framework }}_${{ matrix.runtime }}_${{ matrix.conf }}.zip
generateReleaseNotes: True
body: '${{ github.sha }}'
omitBody: True
omitBodyDuringUpdate: True
omitNameDuringUpdate: True
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
allowUpdates: True
artifacts: ${{ matrix.project }}_${{ matrix.framework }}_${{ matrix.runtime }}_${{ matrix.conf }}.zip
generateReleaseNotes: True
body: '${{ github.sha }}'
omitBody: True
omitBodyDuringUpdate: True
omitNameDuringUpdate: True
Expand Down
1 change: 1 addition & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- Use newer download version
- Build artifact before upload
- Change link to WIP builds in README
- Use commit SHA as body of rolling releases

### 3.1.1 (2024-02-20)

Expand Down

0 comments on commit 7f26dcb

Please sign in to comment.