Skip to content

Commit

Permalink
Unified tag for rolling release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Feb 24, 2024
1 parent d47c435 commit 81019f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
allowUpdates: True
artifacts: ${{ matrix.project }}_${{ matrix.framework }}_${{ matrix.runtime }}_${{ matrix.conf }}.zip
body: '${{ github.sha }}'
commit: ${{ github.sha }}
name: 'Rolling Release'
prerelease: True
replacesArtifacts: True
tag: "check-rolling"
tag: "rolling"
updateOnlyUnreleased: True
4 changes: 3 additions & 1 deletion .github/workflows/build_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
allowUpdates: True
artifacts: ${{ matrix.project }}_${{ matrix.framework }}_${{ matrix.runtime }}_${{ matrix.conf }}.zip
body: '${{ github.sha }}'
commit: ${{ github.sha }}
name: 'Rolling Release'
prerelease: True
replacesArtifacts: True
tag: "ui-rolling"
tag: "rolling"
updateOnlyUnreleased: True
1 change: 1 addition & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- Use commit SHA as body of rolling releases
- Don't omit body when setting body
- Remove unnecessary empty section
- Unified tag for rolling release

### 3.1.1 (2024-02-20)

Expand Down

0 comments on commit 81019f9

Please sign in to comment.