Make 6.0 as stable release.

This commit is contained in:
winlin
2025-09-16 07:10:44 -04:00
parent 4da2f3b52c
commit e325eec008

View File

@@ -93,7 +93,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 }}
@@ -393,8 +393,8 @@ jobs:
* [中文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)
draft: false
prerelease: true
makeLatest: false
prerelease: false
makeLatest: true
runs-on: ubuntu-22.04
release-done: