mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
Minor wording change.
This commit is contained in:
parent
aaf58c97c4
commit
b1a71be11a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ This page will show you how to do just that. The process can be decomposed in fo
|
|||
|
||||
## Create a release of your repository
|
||||
Creating a release is optional but recommended. The reason is simply that a release will make it explicit what version of your code you want to share/cite. Any further edits to your code will not be included in the release. In other words, it is good practice to share/cite a release with fixed code rather than the always changing code of your repository.
|
||||
You can find a description how to release on [creating a release](/git/using-tags)
|
||||
You can find a description of how to create a release on the [Tags and Releases article](git/using-tags/#creating-tags-and-releases).
|
||||
|
||||
## Download the ZIP archive
|
||||
If you did create a release, download the ZIP archive of the source code on the `Releases` tab of your repository, as shown in the previous screenshot.
|
||||
|
|
|
|||
Loading…
Reference in a new issue