Skip to content

Commit a11344d

Browse files
committed
reccomend the llvm-project source archive that has a signature, instead of the github generated zip
1 parent e6b54eb commit a11344d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/release/github-upload-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def create_release(repo, release, tag=None, name=None, message=None):
6161
6262
In addition, source archives are available:
6363
* `<sub-project>*.src.tar.xz` are archives of the sources of specific sub-projects of `llvm-project` (except for `test-suite` which is an archive of the [LLVM Test Suite](https://github.com/llvm/llvm-test-suite)).
64-
* To get all the `llvm-project` source code for this release, choose the one of the `Source Code` archives.
64+
* To get all the `llvm-project` source code for this release, choose `llvm-project-{release}.src.tar.xz`.
6565
6666
## Verifying Packages
6767

0 commit comments

Comments
 (0)