mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-27 22:20:53 +03:00
Create v1.21 documentation
A verbatim copy of the v1.20 documentation to build upon. With just a replacement of v1.20 with v1.21 where relevant.
This commit is contained in:
parent
ab0782c39c
commit
ace76320ed
17 changed files with 182 additions and 59 deletions
|
@ -44,17 +44,17 @@ To work with tagged releases, the following commands can be used:
|
|||
|
||||
```bash
|
||||
git branch -a
|
||||
git checkout v1.20.0-5
|
||||
git checkout v1.21.2-0
|
||||
```
|
||||
|
||||
To build Forgejo from source at a specific tagged release (like v1.20.0-5), list the
|
||||
To build Forgejo from source at a specific tagged release (like v1.21.2-0), list the
|
||||
available tags and check out the specific tag.
|
||||
|
||||
List available tags with the following.
|
||||
|
||||
```bash
|
||||
git tag -l
|
||||
git checkout v1.20.0-5
|
||||
git checkout v1.21.2-0
|
||||
```
|
||||
|
||||
### Build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue