From 082b5a6fb6feb438ddcb032c18c6774b33d5e545 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Tue, 9 Sep 2025 13:22:39 +0300 Subject: [PATCH] docs: add Netlify deployment status badge to README files - Added Netlify deployment status badge to all package README files - Standardized CI/CD badge formatting across the project - Improves visibility of deployment status for documentation and examples - Maintains consistent badge styling with existing Melos + FVM CI badge --- README.md | 1 + cherrypick/README.md | 1 + cherrypick_annotations/README.md | 1 + cherrypick_flutter/README.md | 1 + cherrypick_generator/README.md | 1 + talker_cherrypick_logger/README.md | 1 + 6 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 9b350e5..b536fe3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Melos + FVM CI](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml) +[![Netlify Status](https://api.netlify.com/api/v1/badges/3c3e0f98-27a9-4dd4-9eab-4be0b96798b8/deploy-status)](https://app.netlify.com/projects/cherrypick-di/deploys) --- diff --git a/cherrypick/README.md b/cherrypick/README.md index 8813b19..d95d423 100644 --- a/cherrypick/README.md +++ b/cherrypick/README.md @@ -1,4 +1,5 @@ [![Melos + FVM CI](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml) +[![Netlify Status](https://api.netlify.com/api/v1/badges/3c3e0f98-27a9-4dd4-9eab-4be0b96798b8/deploy-status)](https://app.netlify.com/projects/cherrypick-di/deploys) --- diff --git a/cherrypick_annotations/README.md b/cherrypick_annotations/README.md index 2fb368b..5089585 100644 --- a/cherrypick_annotations/README.md +++ b/cherrypick_annotations/README.md @@ -1,4 +1,5 @@ [![Melos + FVM CI](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml) +[![Netlify Status](https://api.netlify.com/api/v1/badges/3c3e0f98-27a9-4dd4-9eab-4be0b96798b8/deploy-status)](https://app.netlify.com/projects/cherrypick-di/deploys) --- diff --git a/cherrypick_flutter/README.md b/cherrypick_flutter/README.md index e2fa00e..964f0d3 100644 --- a/cherrypick_flutter/README.md +++ b/cherrypick_flutter/README.md @@ -1,4 +1,5 @@ [![Melos + FVM CI](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml) +[![Netlify Status](https://api.netlify.com/api/v1/badges/3c3e0f98-27a9-4dd4-9eab-4be0b96798b8/deploy-status)](https://app.netlify.com/projects/cherrypick-di/deploys) --- diff --git a/cherrypick_generator/README.md b/cherrypick_generator/README.md index 1c59433..182efbb 100644 --- a/cherrypick_generator/README.md +++ b/cherrypick_generator/README.md @@ -1,4 +1,5 @@ [![Melos + FVM CI](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml) +[![Netlify Status](https://api.netlify.com/api/v1/badges/3c3e0f98-27a9-4dd4-9eab-4be0b96798b8/deploy-status)](https://app.netlify.com/projects/cherrypick-di/deploys) --- diff --git a/talker_cherrypick_logger/README.md b/talker_cherrypick_logger/README.md index c881c90..6e7a466 100644 --- a/talker_cherrypick_logger/README.md +++ b/talker_cherrypick_logger/README.md @@ -1,4 +1,5 @@ [![Melos + FVM CI](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml) +[![Netlify Status](https://api.netlify.com/api/v1/badges/3c3e0f98-27a9-4dd4-9eab-4be0b96798b8/deploy-status)](https://app.netlify.com/projects/cherrypick-di/deploys) ---