mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
the v8.0 branch was cut
This commit is contained in:
parent
3817c7f5e2
commit
68730eec12
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ a new branch will be created in this repo to document the stable release.
|
|||
Current release branches are as follows:
|
||||
|
||||
- [`next`](https://codeberg.org/forgejo/docs/src/branch/next)
|
||||
- [`v8.0`](https://codeberg.org/forgejo/docs/src/branch/v8.0)
|
||||
- [`v7.0`](https://codeberg.org/forgejo/docs/src/branch/v7.0)
|
||||
- [`v1.21`](https://codeberg.org/forgejo/docs/src/branch/v1.21)
|
||||
- [`v1.20`](https://codeberg.org/forgejo/docs/src/branch/v1.20)
|
||||
|
@ -141,7 +142,7 @@ version branches into which it will potentially be merged.
|
|||
#### Backports
|
||||
|
||||
If a PR is meant to be backported to a stable branch, it must be
|
||||
labelled with `backport/v7.0`, `backport/v1.21`, etc.
|
||||
labelled with `backport/v8.0`, `backport/v7.0`, etc.
|
||||
|
||||
### Content guidelines
|
||||
|
||||
|
|
Loading…
Reference in a new issue