mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 03:44:02 +08:00
Make 6.0 as stable release.
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
|||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
draft: true
|
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
|
# Map a step output to a job output, see https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs
|
||||||
outputs:
|
outputs:
|
||||||
SRS_RELEASE_ID: ${{ steps.create_draft.outputs.id }}
|
SRS_RELEASE_ID: ${{ steps.create_draft.outputs.id }}
|
||||||
@@ -393,8 +393,8 @@ jobs:
|
|||||||
* [中文Wiki首页](https://ossrs.net/lts/zh-cn/docs/v6/doc/introduction)
|
* [中文Wiki首页](https://ossrs.net/lts/zh-cn/docs/v6/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)
|
* [中文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
|
draft: false
|
||||||
prerelease: true
|
prerelease: false
|
||||||
makeLatest: false
|
makeLatest: true
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
release-done:
|
release-done:
|
||||||
|
|||||||
Reference in New Issue
Block a user