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 9dd33c5 Update Lifecycle - explicit upload step and updated
nomenclature
9dd33c5 is described below
commit 9dd33c57b301c9621b86decb029cae55f5044361
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Feb 5 11:37:09 2025 -0800
Update Lifecycle - explicit upload step and updated nomenclature
---
apache-trusted-release/lifecycle.md | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/apache-trusted-release/lifecycle.md
b/apache-trusted-release/lifecycle.md
index af52d5d..211dd67 100644
--- a/apache-trusted-release/lifecycle.md
+++ b/apache-trusted-release/lifecycle.md
@@ -12,16 +12,18 @@ Phases are states or activities during a Release's life
cycle.
flowchart TD
subgraph Build Stage
A[GHA Secure Build]
+ BB[RM Local Build]
end
subgraph Legacy
B[Legacy SVN Dist]
end
subgraph Apache Trusted Release
C@{ shape: docs, label: "Release Candidate" }
- A -->|automatically triggered| C
- B -->|manually triggered| C
+ A -->|gha to api| C
+ BB -->|api or web page| C
+ B -->|web page| C
subgraph Release Candidate Stage
- D@{ shape: processes, label: "Evaluate Candidate" }
+ D@{ shape: processes, label: "Evaluate Claims" }
C --> D
DD@{ shape: process, label: "Sign Candidate" }
D -->|pass| DD
@@ -74,8 +76,8 @@ flowchart TD
: Release and Test distributions will be automated for many channels. An email
will be sent about package managers need which need manual distribution.
Once that is complete the Release Manager will need to move to the next Phase.
If all distributions automatically complete then moving to the next phase is
automatic,
-**[Evaluate Candidate](./evaluate.md)**
-: Report on the Candidate by performing numerous checks for policy compliance.
Fails if compliance minimums are unmet.
+**[Evaluate Claims](./evaluate.md)**
+: Evaluate claims on the Candidate by performing numerous checks for policy
compliance. Fails if compliance minimums are unmet.
**Failed**
: A Release Candidate may end in this state. The project can either abandon it
or update and resubmit it.
@@ -105,5 +107,8 @@ Once that is complete the Release Manager will need to move
to the next Phase. I
**Released**
: Once the Release is distributed and announced, this Release should remain in
this phase as long as it is available.
+**[RM Local Build](./data-model.md)**
+: Release Managers upload or push a release candidate into the ATR.
+
**[Sign Candidate](./digital-signatures.md)**
: Optionally sign packages using digital certificates through a service.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]