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 a509e81 Use Archived not Revoked a509e81 is described below commit a509e81948edb0caa17241fb5325867930bb86b2 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Mon Feb 3 10:04:52 2025 -0800 Use Archived not Revoked --- apache-trusted-release/lifecycle.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/apache-trusted-release/lifecycle.md b/apache-trusted-release/lifecycle.md index d9e2c9c..0fe0619 100644 --- a/apache-trusted-release/lifecycle.md +++ b/apache-trusted-release/lifecycle.md @@ -2,7 +2,7 @@ A Release will go through a lifecycle of **stages** and **phases**. -Stages include **Build**, **Candidate**, **Current**, and **Revoked**. +Stages include **Build**, **Candidate**, **Current**, and **Archived**. The ATR does not manage build stage and legacy releases. It takes over on the transition from the build to the candidate stage. Stages control where on the **ATR** Website a release can be found. @@ -52,12 +52,12 @@ flowchart TD I --> J B -->|migration| II II -->|current| J - subgraph Revoked Release Stage - K@{ shape: dbl-circ, label: "Revoked" } + subgraph Archived Release Stage + K@{ shape: dbl-circ, label: "Archived" } end G -->|failure| K - II -->|revoked| K - J -->|revoke| K + II -->|archived| K + J -->|archive| K end end ``` @@ -67,6 +67,9 @@ flowchart TD **Announce Release** : Send a compliant announcement of the release. This template will include release metadata. +**Archived** +: A Release in this stage/phase has been archived, revoked, or abandoned. + **[ATR Platform](./platform.md)** : Apache Trusted Release is a service with a web UI and restful API for managing the lifecycle of project releases. @@ -88,7 +91,7 @@ Once that is complete the Release Manager will need to move to the next Phase. I : 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. +: We need a phase for migration of existing current and archived 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. @@ -105,9 +108,6 @@ 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. -**Revoked** -: A Release in this stage/phase has been archived, revoked, or abandoned. - **[Sign Candidate](./digital-signatures.md)** : Optionally sign packages using digital certificates through a service. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org For additional commands, e-mail: dev-h...@tooling.apache.org