From 5aa9a1de28b8ac6fcea8c9746332f628445247a5 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Fri, 28 Nov 2025 23:36:04 +0200 Subject: [PATCH 1/4] Update DevOps Maturity badge in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b6d5c4..a8d50e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The DevOps Maturity Specification -[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity%20Specification-1.0.0-yellow)](https://devops-maturity.github.io/) +[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity-Specification-yellow)](https://devops-maturity.github.io/) [![Website](https://img.shields.io/website?url=https%3A%2F%2Fdevops-maturity.github.io&up_color=yellow)](https://devops-maturity.github.io/) The DevOps Maturity specification is standardized to assess the maturity of DevOps practices. It is a set of questions and answers to help you measure and improve your DevOps maturity. @@ -14,7 +14,7 @@ If you find this useful, consider giving it a ⭐️ on [GitHub](https://github. Let others know your project follows the DevOps Maturity specification. Add this badge to your repository README: ```markdown -[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity%20Specification-1.0.0-yellow)](https://devops-maturity.github.io/) +[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity-Specification-yellow)](https://devops-maturity.github.io/) ``` ## 🤝 Contributing From 2ca1f885ed24761f2b91bcee76c47cf178b6ad36 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Fri, 28 Nov 2025 23:36:38 +0200 Subject: [PATCH 2/4] Modify DevOps Maturity badge in about page Updated the DevOps Maturity badge link and text. --- content/about/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/about/index.md b/content/about/index.md index 341089e..57bc197 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -16,7 +16,7 @@ The DevOps Maturity specification is standardized to assess the maturity of DevO * [commit-check](https://github.com/commit-check): A free, powerful tool that enforces commit metadata, branch naming, and more. * _[... and more projects using DevOps Maturity](https://github.com/search?q=devops-maturity.github.io&type=code&p=1)._ -[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity%20Specification-1.0.0-yellow)](https://github.com/devops-maturity/devops-maturity) +[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity-Specification-yellow)](https://devops-maturity.github.io/) _Want your project on this list?_ [send a pull request](https://github.com/devops-maturity/spec/pulls). From 566391d1a0f65d1b0a86e302c16e917ef46c7df5 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Fri, 28 Nov 2025 23:48:23 +0200 Subject: [PATCH 3/4] Change title to 'DevOps Maturity Specification' Updated the title of the DevOps Maturity Specification. --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 50ef319..85c1a6c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,7 +4,7 @@ aliases: ["/en/"] layout: single --- -# DevOps Maturity Specification 1.0.0 +# DevOps Maturity Specification ## Summary From a7e926ca389e0b49e5ed9c016b94341cbfce97a4 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Fri, 28 Nov 2025 23:48:39 +0200 Subject: [PATCH 4/4] Update title of DevOps maturity standard Remove version number from DevOps maturity standard title. --- content/_index.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.zh.md b/content/_index.zh.md index f3956e2..937298e 100644 --- a/content/_index.zh.md +++ b/content/_index.zh.md @@ -4,7 +4,7 @@ aliases: ["/zh/"] layout: single --- -# DevOps 成熟度规范 1.0.0 +# DevOps 成熟度规范 ## 概述