diff options
| author | Orestes Leal Rodriguez <postmaster@orestesleal.dev> | 2026-07-24 12:29:21 -0400 |
|---|---|---|
| committer | Orestes Leal Rodriguez <postmaster@orestesleal.dev> | 2026-07-24 12:29:21 -0400 |
| commit | 6c744c8293606b2ee7e27e97b52d2b0466189c91 (patch) | |
| tree | 096bb11a7dd9f87f7153004c3eb531ad4d7b642f | |
| parent | 7fb29c04055dd6757e5ef4dc0f087beaee4d39da (diff) | |
Validate fast-forward preview publicationpreview-v1trunk
| -rw-r--r-- | PUBLICATION-MANIFEST.md | 1 | ||||
| -rw-r--r-- | docs/STATUS.md | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/PUBLICATION-MANIFEST.md b/PUBLICATION-MANIFEST.md index f420598..a29339d 100644 --- a/PUBLICATION-MANIFEST.md +++ b/PUBLICATION-MANIFEST.md @@ -5,6 +5,7 @@ Review state: approved for synthetic preview only Approved public ref: * `refs/heads/trunk` +* `refs/tags/preview-v1` as an annotated, immutable preview tag Approved files: diff --git a/docs/STATUS.md b/docs/STATUS.md index cefce8f..0654aae 100644 --- a/docs/STATUS.md +++ b/docs/STATUS.md @@ -1,6 +1,9 @@ # Preview Status -This first revision validates publication of the single approved branch: +The first revision validated initial publication of the single approved branch: `refs/heads/trunk`. +This second revision validates a normal fast-forward update and the one +explicitly approved annotated preview tag: `refs/tags/preview-v1`. + The repository is deliberately synthetic and disposable. |
