docs: clarify release verification scope
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ python tools/download_impact.py --include sample --output downloads
|
|
| 54 |
python tools/verify_release.py downloads/v1.1/sample/IMPACT-v1.1-sample.zip
|
| 55 |
```
|
| 56 |
|
| 57 |
-
Use `python tools/download_impact.py --list` to inspect all bundle keys. Exact byte sizes
|
| 58 |
|
| 59 |
## Data Structure
|
| 60 |
|
|
|
|
| 54 |
python tools/verify_release.py downloads/v1.1/sample/IMPACT-v1.1-sample.zip
|
| 55 |
```
|
| 56 |
|
| 57 |
+
Use `python tools/download_impact.py --list` to inspect all bundle keys. Exact byte sizes, SHA-256 checksums, and verification scope are published in `v1.1/MANIFEST.tsv`, `v1.1/SHA256SUMS`, and `v1.1/VERIFICATION.tsv`.
|
| 58 |
|
| 59 |
## Data Structure
|
| 60 |
|