This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push: new 55551ab Differentiate between the Release and the released state 55551ab is described below commit 55551ab3349bbceb2feaacb2792b78f9a2a1563f Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Mon Jan 27 12:10:43 2025 -0800 Differentiate between the Release and the released state --- apache-trusted-release/lifecycle.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apache-trusted-release/lifecycle.md b/apache-trusted-release/lifecycle.md index db7274d..f766a04 100644 --- a/apache-trusted-release/lifecycle.md +++ b/apache-trusted-release/lifecycle.md @@ -20,7 +20,7 @@ flowchart TD FF -->|retry| G FF -->|abandon| K G@{ shape: processes, label: "Distribute" } - E -->|pass| G + E -->|pass| JJ E -->|failure| F H@{ shape: trap-t, label: "Manual Distribution" } G -->|optional| H @@ -29,7 +29,9 @@ flowchart TD G -->|failure| FF H -->|manually triggered| I H -->|failure| FF - J@{ shape: docs, label: "Release" } + J@{ shape: dbl-circ, label: "Released" } + JJ@{ shape: docs, label: "Release" } + JJ --> G I --> J K@{ shape: dbl-circ, label: "Revoked" } L@{ shape: trap-t, label: "Announce CVEs" } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org For additional commands, e-mail: dev-h...@tooling.apache.org