Minor wording change.

This commit is contained in:
n 2021-08-20 17:10:24 +09:00
parent aaf58c97c4
commit b1a71be11a

View file

@ -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.