diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 75d4c9da..15105694 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -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 diff --git a/.github/workflows/build_ui.yml b/.github/workflows/build_ui.yml index d76e79dc..02e1ccff 100644 --- a/.github/workflows/build_ui.yml +++ b/.github/workflows/build_ui.yml @@ -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 diff --git a/CHANGELIST.md b/CHANGELIST.md index 66a1b4a8..f442ea27 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -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)