Remove generation, just in case

This commit is contained in:
Matt Nadareski
2024-02-23 21:04:17 -05:00
parent 1ff48258b8
commit 6484ab5fe0
3 changed files with 1 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ jobs:
artifacts: ${{ matrix.project }}_${{ matrix.framework }}_${{ matrix.runtime }}_${{ matrix.conf }}.zip
body: 'Last built commit: ${{ github.sha }}'
commit: ${{ github.sha }}
generateReleaseNotes: True
name: 'Rolling Release'
prerelease: True
replacesArtifacts: True

View File

@@ -54,7 +54,6 @@ jobs:
artifacts: ${{ matrix.project }}_${{ matrix.framework }}_${{ matrix.runtime }}_${{ matrix.conf }}.zip
body: 'Last built commit: ${{ github.sha }}'
commit: ${{ github.sha }}
generateReleaseNotes: True
name: 'Rolling Release'
prerelease: True
replacesArtifacts: True

View File

@@ -36,6 +36,7 @@
- Remove unnecessary empty section
- Unified tag for rolling release
- Generate release notes automatically
- Remove generation, just in case
### 3.1.1 (2024-02-20)