mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
explain enabling repository releases (#597)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/597 Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net> Reviewed-by: Robert Wolff <mahlzahn@posteo.de> Co-authored-by: Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me> Co-committed-by: Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me>
This commit is contained in:
parent
d2800e20d6
commit
95ef240390
2 changed files with 5 additions and 1 deletions
|
|
@ -52,7 +52,11 @@ git push <remote target, probably "origin"> <tag name, e.g., "v1.2.3">
|
|||
|
||||
### On Codeberg
|
||||
|
||||
To create a release on Codeberg, first go to the `Releases` tab of your repository, and click on `New Release`:
|
||||
To create a release on Codeberg, first go to your repository `Settings`, click on `Units` -> `Overview`, enable `Enable repository releases` and click on `Save setting`.
|
||||
|
||||
<img src="/images/collaborating/citable-code/enable_repository_releases.png" alt="Screenshot of an example repository's settings with circles drawn over the buttons described in the steps above">
|
||||
|
||||
Then go to the `Releases` tab of your repository, and click on `New Release`:
|
||||
|
||||
<img src="/images/collaborating/citable-code/releases1.png" alt="releases1">
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
Loading…
Reference in a new issue