@kungfu-tech/buildchain 2.14.18-alpha.2 → 2.14.18-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/actions/promote-buildchain-ref/README.md +5 -4
- package/dist/site/buildchain-contract.json +3 -3
- package/dist/site/buildchain-site.json +15 -15
- package/dist/site/kfd-claims.json +2 -2
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +3 -3
- package/dist/site/page-registry.json +8 -8
- package/dist/site/public-surface-audit.json +1 -1
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +7 -7
- package/docs/lifecycle-protocol.md +6 -5
- package/docs/publish-transaction.md +6 -5
- package/docs/release-governance.md +6 -4
- package/package.json +1 -1
|
@@ -89,10 +89,11 @@ tries to apply that commit directly. If GitHub still rejects release
|
|
|
89
89
|
finalization bookkeeping, Buildchain creates or reuses a same-repository
|
|
90
90
|
`buildchain/version-state/*` PR based on the current target channel head and
|
|
91
91
|
returns `finalization-needed=true`; a later idempotent promotion run can resume
|
|
92
|
-
from the durable transaction state. Strict alpha
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
92
|
+
from the durable transaction state. Strict alpha uses the same protected
|
|
93
|
+
version-state PR recovery for its target and dev bookkeeping, and does not move
|
|
94
|
+
tags until those provider-enforced transactions land. Reusable wrapper callers
|
|
95
|
+
should allow `checks: write` so the generated checks are owned by GitHub Actions
|
|
96
|
+
and match the managed branch protection rule.
|
|
96
97
|
|
|
97
98
|
Stable promotion also protects concurrent development work. The reusable
|
|
98
99
|
wrapper checks out the exact current `dev/vN/vN.M` head as a reconciliation
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "2.14.18-alpha.
|
|
7
|
+
"version": "2.14.18-alpha.3",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v2",
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
642
642
|
],
|
|
643
643
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
644
|
-
"auditDigest": "sha256:
|
|
644
|
+
"auditDigest": "sha256:79677fecc366c7769100648324a597456e03e91768a5e16570a3ce3c171d8e84"
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
647
|
"contractVersion": 1,
|
|
@@ -3126,5 +3126,5 @@
|
|
|
3126
3126
|
}
|
|
3127
3127
|
],
|
|
3128
3128
|
"compatibilityDigest": "sha256:df13c3b8066068925ce847b31002201d533034d10d342542422db3a665c10475",
|
|
3129
|
-
"contractDigest": "sha256:
|
|
3129
|
+
"contractDigest": "sha256:4e538fc6bc877664f5f9786cef16ea326fd735ad5b3404ba5b25541411ed0949"
|
|
3130
3130
|
}
|