|
1 | | -# sbom-diff-and-risk v0.6.0 draft release notes |
| 1 | +# sbom-diff-and-risk v0.6.0 |
2 | 2 |
|
3 | | -These are draft release notes for the planned `v0.6.0` release. This PR does not tag or publish `v0.6.0`, does not create a GitHub Release, and does not publish to PyPI or TestPyPI. |
| 3 | +`v0.6.0` is the machine-readable report consumption and summary-output usability release. |
4 | 4 |
|
5 | 5 | ## Theme |
6 | 6 |
|
7 | 7 | Machine-readable report consumption and summary-output usability. |
8 | 8 |
|
9 | | -`v0.6.0` focuses on making the existing JSON report easier to consume from automation without changing the core dependency diff model, Markdown output, SARIF output, workflows, package version, or publishing status. |
| 9 | +`v0.6.0` focuses on making the existing JSON report easier to consume from automation without changing the core dependency diff model, Markdown output, SARIF output, workflows, or publishing status. |
10 | 10 |
|
11 | 11 | ## Highlights |
12 | 12 |
|
@@ -52,19 +52,18 @@ These surfaces remain distinct: GitHub workflow artifact attestations, GitHub Re |
52 | 52 |
|
53 | 53 | ## Distribution status |
54 | 54 |
|
55 | | -- Latest GitHub Release remains `v0.5.1` until a future release PR creates the `v0.6.0` tag and release. |
56 | | -- This PR does not tag or publish `v0.6.0`. |
57 | | -- This PR does not create a GitHub Release. |
58 | | -- This PR does not publish to TestPyPI. |
59 | | -- This PR does not publish to production PyPI. |
| 55 | +- The `v0.6.0` GitHub Release is expected to be created from the tag-gated release workflow. |
| 56 | +- Release assets are expected to include the wheel, source distribution, and `sbom-diff-and-risk-SHA256SUMS.txt`. |
| 57 | +- TestPyPI Trusted Publishing dry-run validation remains documented as pre-production evidence. |
| 58 | +- This release does not publish to TestPyPI. |
| 59 | +- This release does not publish to production PyPI. |
60 | 60 | - Production PyPI remains intentionally deferred. |
61 | 61 |
|
62 | 62 | ## Not in this release |
63 | 63 |
|
64 | 64 | - No Markdown output behavior changed. |
65 | 65 | - No SARIF behavior changed. |
66 | 66 | - No workflow behavior changed. |
67 | | -- No package version bump is included in this draft-notes PR. |
68 | 67 | - No production PyPI workflow is added. |
69 | 68 | - No hidden network behavior was added. |
70 | 69 | - No CVE lookup or CVE resolution was added. |
|
0 commit comments