0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-12-22 22:17:10 -05:00

developer: releases: replace X.Y.Z+A.B.C with X.Y.Z+gitea-A.B.C

Followup of https://codeberg.org/forgejo/forgejo/pulls/2514
This commit is contained in:
Earl Warren 2024-03-01 09:05:23 +08:00 committed by Earl Warren
parent 87e204a528
commit 937e55acc0

View file

@ -7,12 +7,12 @@ license: 'CC-BY-SA-4.0'
The Forgejo release numbers are compliant with [Semantic Versioning](https://semver.org/). They are followed by the Gitea release number with which it is compatible. For instance:
- Forgejo **v7.0.0+1.22.0** is compatible with Gitea **v1.22.0**.
- Forgejo **v7.0.0+gitea-1.22.0** is compatible with Gitea **v1.22.0**.
The release candidates are composed by adding the `-rc` suffix. For instance:
- Forgejo **v7.0.0-rc0+1.22.0**
- Forgejo **v7.0.0-rc1+1.22.0**
- Forgejo **v7.0.0-rc0+gitea-1.22.0**
- Forgejo **v7.0.0-rc1+gitea-1.22.0**
- etc.
## Stable release process