@kungfu-tech/buildchain 2.0.15-alpha.2 → 2.0.15
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/docs/publish-transaction.md +12 -0
- package/package.json +1 -1
|
@@ -236,6 +236,18 @@ stop in `finalizing` and output `finalization-needed=true`. A later run can
|
|
|
236
236
|
resume from the same transaction state and complete ref movement without
|
|
237
237
|
republishing matching artifacts.
|
|
238
238
|
|
|
239
|
+
If finalization fails after an exact Git tag, a channel branch, or dev/alpha
|
|
240
|
+
sync ref has already moved, the next run reads the durable `finalizing` state
|
|
241
|
+
and continues from the recorded transaction. The current workflow SHA may be a
|
|
242
|
+
version-state merge commit that contains or corresponds to the transaction's
|
|
243
|
+
`release_material_sha`; it does not have to equal the original `source_sha` or
|
|
244
|
+
the transaction `release_sha`. Exact tags are accepted when they already point
|
|
245
|
+
at the transaction release/material SHA or the finalized channel head. Floating
|
|
246
|
+
channel tags and dev/alpha refs are then retried idempotently, and the
|
|
247
|
+
transaction is marked `complete` only after those public refs are consistent.
|
|
248
|
+
An exact tag at an unrelated SHA is still a material conflict and blocks
|
|
249
|
+
recovery.
|
|
250
|
+
|
|
239
251
|
If finalization fails after an exact Git tag is created, the next run reads the
|
|
240
252
|
durable `finalizing` state, verifies the exact tag points at the recorded
|
|
241
253
|
release SHA, and retries the remaining floating refs. An exact tag at a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kungfu-tech/buildchain",
|
|
3
|
-
"version": "2.0.15
|
|
3
|
+
"version": "2.0.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Kungfu Buildchain reusable workflows, release governance, and CLI tooling.",
|
|
6
6
|
"repository": "https://github.com/kungfu-systems/buildchain",
|