diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d4314c6dc..d18d752e78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: allowUpdates: true tag: ${{ github.ref }} draft: true - prerelease: true + prerelease: false # Map a step output to a job output, see https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs outputs: SRS_RELEASE_ID: ${{ steps.create_draft.outputs.id }} @@ -387,8 +387,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 # Create release. - # TODO: FIXME: Refine the release when 5.0 released - # TODO: FIXME: Change prerelease to false when 5.0 released - name: Update release id: update_release uses: ncipollo/release-action@v1 @@ -432,7 +430,7 @@ jobs: * [中文Wiki首页](https://ossrs.net/lts/zh-cn/docs/v5/doc/introduction) * [中文FAQ](https://ossrs.net/lts/zh-cn/faq), [功能列表](https://github.com/ossrs/srs/blob/${{ github.sha }}/trunk/doc/Features.md#features) 或 [修订历史](https://github.com/ossrs/srs/blob/${{ github.sha }}/trunk/doc/CHANGELOG.md#changelog) draft: false - prerelease: true + prerelease: false runs-on: ubuntu-20.04 done: diff --git a/README.md b/README.md index 225e035c0d..45106a7b3f 100755 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ but some third-party libraries are distributed using their [own licenses](https: ## Releases +* 2023-08-02, [Release v5.0-b3](https://github.com/ossrs/srs/releases/tag/v5.0-b3), v5.0-b3, 5.0 beta3, v5.0.170, 162704 lines. * 2023-07-09, [Release v5.0-b2](https://github.com/ossrs/srs/releases/tag/v5.0-b2), v5.0-b2, 5.0 beta2, v5.0.166, 162520 lines. * 2023-06-11, [Release v5.0-b1](https://github.com/ossrs/srs/releases/tag/v5.0-b1), v5.0-b1, 5.0 beta1, v5.0.157, 162494 lines. * 2023-05-14, [Release v5.0-b0](https://github.com/ossrs/srs/releases/tag/v5.0-b0), v5.0-b0, 5.0 beta0, v5.0.155, 162600 lines.