Skip to content

Commit c3d265c

Browse files
committed
Release v5.0-b3, 5.0 beta3, v5.0.170, 162704 lines.
1 parent 939f6b4 commit c3d265c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
allowUpdates: true
9090
tag: ${{ github.ref }}
9191
draft: true
92-
prerelease: true
92+
prerelease: false
9393
# Map a step output to a job output, see https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs
9494
outputs:
9595
SRS_RELEASE_ID: ${{ steps.create_draft.outputs.id }}
@@ -387,8 +387,6 @@ jobs:
387387
- name: Checkout repository
388388
uses: actions/checkout@v3
389389
# Create release.
390-
# TODO: FIXME: Refine the release when 5.0 released
391-
# TODO: FIXME: Change prerelease to false when 5.0 released
392390
- name: Update release
393391
id: update_release
394392
uses: ncipollo/release-action@v1
@@ -432,7 +430,7 @@ jobs:
432430
* [中文Wiki首页](https://ossrs.net/lts/zh-cn/docs/v5/doc/introduction)
433431
* [中文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)
434432
draft: false
435-
prerelease: true
433+
prerelease: false
436434
runs-on: ubuntu-20.04
437435

438436
done:

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ but some third-party libraries are distributed using their [own licenses](https:
147147

148148
## Releases
149149

150+
* 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.
150151
* 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.
151152
* 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.
152153
* 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.

0 commit comments

Comments
 (0)