This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch simplify-phases
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git


The following commit(s) were added to refs/heads/simplify-phases by this push:
     new 4c5850e  Update lifecycle.md
4c5850e is described below

commit 4c5850e2bdf96644f6b2fc238b58860b9f92081b
Author: Dave Fisher <dave2w...@comcast.net>
AuthorDate: Mon Feb 3 09:51:30 2025 -0800

    Update lifecycle.md
---
 apache-trusted-release/lifecycle.md | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/apache-trusted-release/lifecycle.md 
b/apache-trusted-release/lifecycle.md
index 371fc9f..d9e2c9c 100644
--- a/apache-trusted-release/lifecycle.md
+++ b/apache-trusted-release/lifecycle.md
@@ -10,8 +10,10 @@ Phases are states or activities during a Release's life 
cycle.
 
 ```mermaid
 flowchart TD
-    subgraph Build Stage / Legacy
+    subgraph Build Stage
     A[GHA Secure Build]
+    end
+    subgraph Legacy
     B[Legacy SVN Dist]
     end
     subgraph Apache Trusted Release
@@ -41,17 +43,22 @@ flowchart TD
     G@{ shape: processes, label: "Distribute" }
     G --> I
     I[Announce Release]
+    II[Migration]
+    L@{ shape: trap-t, label: "Update SBOMs" }
     J@{ shape: dbl-circ, label: "Released" }
+    J -->|cves| L
+    L -->|record cves| J
     JJ --> G
     I --> J
+    B -->|migration| II
+    II -->|current| J
+    subgraph Revoked Release Stage
     K@{ shape: dbl-circ, label: "Revoked" }
-    L@{ shape: trap-t, label: "Update SBOMs" }
+    end
     G -->|failure| K
+    II -->|revoked| K
     J -->|revoke| K
-    J -->|cves| L
-    L -->|record cves| J
     end
-    B -->|migration| J
     end
 ```
 
@@ -80,6 +87,9 @@ Once that is complete the Release Manager will need to move 
to the next Phase. I
 **[Legacy SVN Dist](./svn-dist.md)**
 : This is our current SVN repository process for setting up a release 
candidate. Trigger the ATR automation by including release metadata.
 
+**[Migration](./svn-dist.md)**
+: We need a phase for migration of existing releases from the legacy platform 
into the ATR data store.
+
 **Passes**
 : The Release Candidate has been accepted. Convert the candidate into a 
Release and proceed to Distribute and Announce the Release.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org
For additional commands, e-mail: dev-h...@tooling.apache.org

Reply via email to