[llvm] d4516c7 - [llvm][release] Mark gh commands in package verify example

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 02:27:10 PDT 2025


Author: David Spickett
Date: 2025-07-14T09:26:26Z
New Revision: d4516c7013856dd0352b3eaf6b67c9e9a1351372

URL: https://github.com/llvm/llvm-project/commit/d4516c7013856dd0352b3eaf6b67c9e9a1351372
DIFF: https://github.com/llvm/llvm-project/commit/d4516c7013856dd0352b3eaf6b67c9e9a1351372.diff

LOG: [llvm][release] Mark gh commands in package verify example

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/release/github-upload-release.py b/llvm/utils/release/github-upload-release.py
index e9591b00e2b5a..90c222d1175c7 100755
--- a/llvm/utils/release/github-upload-release.py
+++ b/llvm/utils/release/github-upload-release.py
@@ -75,9 +75,9 @@ def create_release(repo, release, tag=None, name=None, message=None):
 
 If it has a `.jsonl` file, use [gh](https://cli.github.com/manual/gh_attestation_verify) to verify the package:
 ```
-gh attestation verify --repo llvm/llvm-project <package file name>
+$ gh attestation verify --repo llvm/llvm-project <package file name>
 (if you are able to connect to GitHub)
-gh attestation verify --repo llvm/llvm-project <package file name> --bundle <package file name>.jsonl
+$ gh attestation verify --repo llvm/llvm-project <package file name> --bundle <package file name>.jsonl
 (using attestation file on disk)
 ```"""
         ).format(release=release)


        


More information about the llvm-commits mailing list