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 de5f287 added sign candidate step de5f287 is described below commit de5f287da88247a47d055f7c6ea0cd4e3d66fdf0 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Mon Jan 27 13:28:05 2025 -0800 added sign candidate step --- apache-trusted-release/lifecycle.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apache-trusted-release/lifecycle.md b/apache-trusted-release/lifecycle.md index 7d1bf4a..53a3b35 100644 --- a/apache-trusted-release/lifecycle.md +++ b/apache-trusted-release/lifecycle.md @@ -9,11 +9,13 @@ flowchart TD B -->|manually triggered| C subgraph ATR Platform D@{ shape: processes, label: "Evaluate Candidate" } + DD@{ shape: process, label: "Sign Candidate" } C --> D E@{ shape: sl-rect, label: "Release Vote" } F@{ shape: dbl-circ, label: "Failed" } FF@{ shape: dbl-circ, label: "Distribution\nFailed" } - D -->|pass| E + D -->|pass| DD + DD --> E D -->|failure| F F -->|new candidate| C F -->|abandon| K @@ -28,7 +30,6 @@ flowchart TD G --> I G -->|failure| FF H -->|manually triggered| I - H -->|failure| FF J@{ shape: dbl-circ, label: "Released" } JJ@{ shape: docs, label: "Release" } JJ --> G @@ -59,6 +60,9 @@ flowchart TD **Evaluate Candidate** : Report on the Candidate by performing numerous checks for policy compliance. Fails if compliance minimums are unmet. +**Sign Candidate** +: Optionally sign packages using digital certificates through a service. + **Release Vote** : Release policy requires a Vote on the project's dev list. The ATR will record votes in the platform and also on the mailing list. The Vote will be summarized and the PMC Vote recorded in the releases metadata. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org For additional commands, e-mail: dev-h...@tooling.apache.org