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