From f927e5642b473844b3d34cd6b158727a0e64e776 Mon Sep 17 00:00:00 2001 From: Michael Beiley Date: Fri, 6 Feb 2026 10:42:29 -0700 Subject: [PATCH 1/8] Add supported releases section to README Added a section listing currently supported releases. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fe3218b19d..8a003c0909 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ how to contribute including: * [How to submit a pull request](https://github.com/az-digital/az_quickstart/blob/main/CONTRIBUTING.md#pull-request-guidelines) * [Local development](https://github.com/az-digital/az_quickstart/blob/main/CONTRIBUTING.md#local-development) +## Currently Supported Releases + +* 2.14.x(Quickstart 2 LTS) +* 3.0.x +* 3.1.x (Pre-release) + ## Where to Install Your Quickstart Site The university's Campus Web Services group provides ready-to-use sites based on From 3963aa034a1dec660071ab18857c302d4ba86851 Mon Sep 17 00:00:00 2001 From: Michael Beiley Date: Fri, 6 Feb 2026 10:45:10 -0700 Subject: [PATCH 2/8] Add links to supported releases in README Updated supported releases section with links. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a003c0909..c29849339d 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ how to contribute including: ## Currently Supported Releases -* 2.14.x(Quickstart 2 LTS) -* 3.0.x -* 3.1.x (Pre-release) +* [2.14.x]([url](https://github.com/az-digital/az_quickstart/tree/2.14.x))(Quickstart 2 LTS) +* [3.0.x]([url](https://github.com/az-digital/az_quickstart/tree/3.0.x)) +* [3.1.x]([url](https://github.com/az-digital/az_quickstart/tree/3.1.x)) (Pre-release) ## Where to Install Your Quickstart Site From d873c40f5bdde6f2cc471aff74b5a873fb239559 Mon Sep 17 00:00:00 2001 From: Michael Beiley Date: Fri, 6 Feb 2026 10:48:15 -0700 Subject: [PATCH 3/8] Fix formatting of supported releases in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c29849339d..a64062196d 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ how to contribute including: ## Currently Supported Releases -* [2.14.x]([url](https://github.com/az-digital/az_quickstart/tree/2.14.x))(Quickstart 2 LTS) -* [3.0.x]([url](https://github.com/az-digital/az_quickstart/tree/3.0.x)) -* [3.1.x]([url](https://github.com/az-digital/az_quickstart/tree/3.1.x)) (Pre-release) +* [2.14.x](https://github.com/az-digital/az_quickstart/tree/2.14.x) (Quickstart 2 LTS) +* [3.0.x](https://github.com/az-digital/az_quickstart/tree/3.0.x) +* [3.1.x](https://github.com/az-digital/az_quickstart/tree/3.1.x) (Pre-release) ## Where to Install Your Quickstart Site From e81db6ba382f9affa9e8ea3b0f77c0efd9c76038 Mon Sep 17 00:00:00 2001 From: Michael Beiley Date: Fri, 6 Feb 2026 10:52:25 -0700 Subject: [PATCH 4/8] Move section to bottom of the page Moved Currently Supported Releases section to the bottom of the README, copying format of Drupal project documentation --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a64062196d..82c8a84272 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,6 @@ how to contribute including: * [How to submit a pull request](https://github.com/az-digital/az_quickstart/blob/main/CONTRIBUTING.md#pull-request-guidelines) * [Local development](https://github.com/az-digital/az_quickstart/blob/main/CONTRIBUTING.md#local-development) -## Currently Supported Releases - -* [2.14.x](https://github.com/az-digital/az_quickstart/tree/2.14.x) (Quickstart 2 LTS) -* [3.0.x](https://github.com/az-digital/az_quickstart/tree/3.0.x) -* [3.1.x](https://github.com/az-digital/az_quickstart/tree/3.1.x) (Pre-release) ## Where to Install Your Quickstart Site @@ -220,3 +215,10 @@ path: `/admin/config/development/distro` You should be able to see the upstream updates to be applied, after updating your codebase by employing the "Merge" strategy available under the "Advanced" accordion on that page. + +## Currently Supported Releases + +* [2.14.x](https://github.com/az-digital/az_quickstart/tree/2.14.x) (Quickstart 2 LTS) +* [3.0.x](https://github.com/az-digital/az_quickstart/tree/3.0.x) +* [3.1.x](https://github.com/az-digital/az_quickstart/tree/3.1.x) +* [3.2.x](https://github.com/az-digital/az_quickstart/tree/3.2.x) (Pre-release) From 3d8d397381aed6dd03fb1b3456d929d852cda8ba Mon Sep 17 00:00:00 2001 From: Michael Beiley Date: Fri, 6 Feb 2026 13:22:42 -0700 Subject: [PATCH 5/8] Fix header formatting for supported releases section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82c8a84272..fb80adc4f9 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ You should be able to see the upstream updates to be applied, after updating your codebase by employing the "Merge" strategy available under the "Advanced" accordion on that page. -## Currently Supported Releases +### Currently Supported Releases * [2.14.x](https://github.com/az-digital/az_quickstart/tree/2.14.x) (Quickstart 2 LTS) * [3.0.x](https://github.com/az-digital/az_quickstart/tree/3.0.x) From 0f81f4ed5546140cdf72ecc4d51a7c2f462a7a18 Mon Sep 17 00:00:00 2001 From: Michael Beiley Date: Mon, 9 Feb 2026 13:23:53 -0700 Subject: [PATCH 6/8] Update README.md Co-authored-by: Joe Parsons <471936+joeparsons@users.noreply.github.com> --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb80adc4f9..dea431cf6c 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,5 @@ accordion on that page. ### Currently Supported Releases * [2.14.x](https://github.com/az-digital/az_quickstart/tree/2.14.x) (Quickstart 2 LTS) -* [3.0.x](https://github.com/az-digital/az_quickstart/tree/3.0.x) -* [3.1.x](https://github.com/az-digital/az_quickstart/tree/3.1.x) -* [3.2.x](https://github.com/az-digital/az_quickstart/tree/3.2.x) (Pre-release) +* [3.1.x](https://github.com/az-digital/az_quickstart/tree/3.1.x) (Security only) +* [3.2.x](https://github.com/az-digital/az_quickstart/tree/3.2.x)``` From 64191989e800bb8b4937ac0509ffa1c2c3e86fc1 Mon Sep 17 00:00:00 2001 From: Michael Beiley Date: Fri, 13 Feb 2026 10:18:12 -0700 Subject: [PATCH 7/8] Update README.md Co-authored-by: Brian Berndt <74572157+bberndt-uaz@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dea431cf6c..06a971b428 100644 --- a/README.md +++ b/README.md @@ -220,4 +220,4 @@ accordion on that page. * [2.14.x](https://github.com/az-digital/az_quickstart/tree/2.14.x) (Quickstart 2 LTS) * [3.1.x](https://github.com/az-digital/az_quickstart/tree/3.1.x) (Security only) -* [3.2.x](https://github.com/az-digital/az_quickstart/tree/3.2.x)``` +* [3.2.x](https://github.com/az-digital/az_quickstart/tree/3.2.x) From e77d9ef3101d02ec6a6f48cdba90c712076ecf92 Mon Sep 17 00:00:00 2001 From: Michael Beiley Date: Fri, 13 Feb 2026 10:18:29 -0700 Subject: [PATCH 8/8] Update README.md Co-authored-by: Brian Berndt <74572157+bberndt-uaz@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 06a971b428..7173abe1c4 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ how to contribute including: * [How to submit a pull request](https://github.com/az-digital/az_quickstart/blob/main/CONTRIBUTING.md#pull-request-guidelines) * [Local development](https://github.com/az-digital/az_quickstart/blob/main/CONTRIBUTING.md#local-development) - ## Where to Install Your Quickstart Site The university's Campus Web Services group provides ready-to-use sites based on