Proxy: Bump to v8.0.1 for #4676; point skill at version8.hpp.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
fbcc43cdb0
commit
6c85b267a3
|
|
@ -15,7 +15,7 @@ func VersionMinor() int {
|
||||||
}
|
}
|
||||||
|
|
||||||
func VersionRevision() int {
|
func VersionRevision() int {
|
||||||
return 0
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
func Version() string {
|
func Version() string {
|
||||||
|
|
|
||||||
|
|
@ -77,13 +77,13 @@ Do NOT attempt unsupported tasks.
|
||||||
1. Ask the user for the PR number if they haven't given it.
|
1. Ask the user for the PR number if they haven't given it.
|
||||||
2. Bump revision by one in **both** version files, keeping them in sync:
|
2. Bump revision by one in **both** version files, keeping them in sync:
|
||||||
- `internal/version/version.go` — `VersionRevision()`
|
- `internal/version/version.go` — `VersionRevision()`
|
||||||
- `trunk/src/core/srs_core_version7.hpp` — `VERSION_REVISION`
|
- `trunk/src/core/srs_core_version8.hpp` — `VERSION_REVISION`
|
||||||
3. Add a new top entry to `trunk/doc/CHANGELOG.md` under `## SRS 7.0 Changelog`, matching the existing format:
|
3. Add a new top entry to `trunk/doc/CHANGELOG.md` under `## SRS 8.0 Changelog`, matching the existing format:
|
||||||
```
|
```
|
||||||
* v7.0, YYYY-MM-DD, Merge [#PR](URL): <Prefix>: <one-line summary>. v7.0.<rev> (#PR)
|
* v8.0, YYYY-MM-DD, Merge [#PR](URL): <Prefix>: <one-line summary>. v8.0.<rev> (#PR)
|
||||||
```
|
```
|
||||||
Propose the summary to the user; don't invent one unilaterally.
|
Propose the summary to the user; don't invent one unilaterally.
|
||||||
4. Stop. Let the user review. When they `git add` the version files and changelog, commit with a short message like `Proxy: Bump to v7.0.<rev> for #<PR>.`.
|
4. Stop. Let the user review. When they `git add` the version files and changelog, commit with a short message like `Proxy: Bump to v8.0.<rev> for #<PR>.`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ The changelog for SRS.
|
||||||
<a name="v8-changes"></a>
|
<a name="v8-changes"></a>
|
||||||
|
|
||||||
## SRS 8.0 Changelog
|
## SRS 8.0 Changelog
|
||||||
|
* v8.0, 2026-05-17, Merge [#4676](https://github.com/ossrs/srs/pull/4676): Proxy: Fix RTC/SRT reader goroutine leak; unwrap legacy WHEP JSON envelope; add WHEP pprof guide. v8.0.1 (#4676)
|
||||||
* v8.0, 2026-05-17, Init SRS 8.0, code Free. v8.0.0
|
* v8.0, 2026-05-17, Init SRS 8.0, code Free. v8.0.0
|
||||||
|
|
||||||
<a name="v7-changes"></a>
|
<a name="v7-changes"></a>
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,6 @@
|
||||||
|
|
||||||
#define VERSION_MAJOR 8
|
#define VERSION_MAJOR 8
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_REVISION 0
|
#define VERSION_REVISION 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user