[DOCS] document the {v1.18/,}forgejo-{ci,development} branches

Fixes: https://codeberg.org/forgejo/forgejo/issues/32

Signed-off-by: Loïc Dachary <loic@dachary.org>
pull/52/head
Loïc Dachary 2022-11-26 01:42:56 +01:00
parent 95b89180a5
commit f37bda8aba
No known key found for this signature in database
GPG Key ID: 992D23B392F9E4F2
1 changed files with 8 additions and 4 deletions

View File

@ -48,11 +48,15 @@ When a tag is set to a *Stable* *Forgejo* branch, the CI pipeline creates and up
All *Feature branches* are based on the \*forgejo-development branch which provides the Woodpecker CI configuration and other development tools. All *Feature branches* are based on the \*forgejo-development branch which provides the Woodpecker CI configuration and other development tools.
The purpose of each *Feature branch* is documented in CONTRIBUTING.md as follows: The purpose of each *Feature branch* is documented below:
* Name of the *Feature branch* and name of the base *Feature branch* (for instance forgejo-federation based on forgejo-development) * [forgejo-ci](https://codeberg.org/forgejo/forgejo/src/branch/forgejo-ci) based on [main](https://codeberg.org/forgejo/forgejo/src/branch/main)
* Backports: list of the versions in which this *Feature branch* is supported (for instance v1.18, v1.19) Woodpecker CI configuration, including the release process.
* Description: explains what the focus of the *Feature branch* is (for instance: forge federation features) * Backports: [v1.18/forgejo-ci](https://codeberg.org/forgejo/forgejo/src/branch/v1.18/forgejo-ci)
* [forgejo-development](https://codeberg.org/forgejo/forgejo/src/branch/forgejo-development) based on [forgejo-ci](https://codeberg.org/forgejo/forgejo/src/branch/forgejo-ci)
Forgejo development tools and documentation.
* Backports: [v1.18/forgejo-development](https://codeberg.org/forgejo/forgejo/src/branch/v1.18/forgejo-development)
## Contributing ## Contributing