From f7b69a37f647c083b4f2709f20e546ac55abd4b4 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Sat, 11 Apr 2026 21:48:46 -0700 Subject: [PATCH 1/4] docs: use official badges in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 431f424..3554180 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![Build Status](https://github.com/JustinBeckwith/yes-https/workflows/ci/badge.svg)](https://github.com/JustinBeckwith/yes-https/actions/) [![codecov](https://codecov.io/gh/JustinBeckwith/yes-https/branch/main/graph/badge.svg)](https://codecov.io/gh/JustinBeckwith/yes-https) [![npm version](https://badge.fury.io/js/yes-https.svg)](https://badge.fury.io/js/yes-https) -[![Checked with Biome](https://img.shields.io/badge/checked_with-Biome-60a5fa.svg)](https://biomejs.dev) -[![Release Please](https://img.shields.io/badge/release--please-enabled-4285f4.svg)](https://github.com/googleapis/release-please) +[![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev) +[![Release](https://github.com/JustinBeckwith/yes-https/actions/workflows/release.yaml/badge.svg)](https://github.com/JustinBeckwith/yes-https/actions/workflows/release.yaml) `yes-https` is a happy little npm module that makes it easy to require `https` for your connect based application. From 40178ea9b52ddb0a3129cbadb38697b687a7fb04 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Sat, 11 Apr 2026 21:50:17 -0700 Subject: [PATCH 2/4] docs: replace release badge with project link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3554180..9cb6942 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ [![codecov](https://codecov.io/gh/JustinBeckwith/yes-https/branch/main/graph/badge.svg)](https://codecov.io/gh/JustinBeckwith/yes-https) [![npm version](https://badge.fury.io/js/yes-https.svg)](https://badge.fury.io/js/yes-https) [![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev) -[![Release](https://github.com/JustinBeckwith/yes-https/actions/workflows/release.yaml/badge.svg)](https://github.com/JustinBeckwith/yes-https/actions/workflows/release.yaml) + +Release automation by [release-please](https://github.com/googleapis/release-please). `yes-https` is a happy little npm module that makes it easy to require `https` for your connect based application. From 1d780d1fc374ff4ad32d7f0c3186a8940767ccf2 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Sat, 11 Apr 2026 21:50:35 -0700 Subject: [PATCH 3/4] docs: style release-please link as badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cb6942..f480d46 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ [![codecov](https://codecov.io/gh/JustinBeckwith/yes-https/branch/main/graph/badge.svg)](https://codecov.io/gh/JustinBeckwith/yes-https) [![npm version](https://badge.fury.io/js/yes-https.svg)](https://badge.fury.io/js/yes-https) [![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev) - -Release automation by [release-please](https://github.com/googleapis/release-please). +[![Release Please](https://img.shields.io/badge/Release%20automation-release--please-4285f4?style=flat)](https://github.com/googleapis/release-please) `yes-https` is a happy little npm module that makes it easy to require `https` for your connect based application. From cba15128cc8194f4d1dc0c96302c32a84572213d Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Sat, 11 Apr 2026 21:51:57 -0700 Subject: [PATCH 4/4] docs: simplify release-please badge label --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f480d46..6557cb4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![codecov](https://codecov.io/gh/JustinBeckwith/yes-https/branch/main/graph/badge.svg)](https://codecov.io/gh/JustinBeckwith/yes-https) [![npm version](https://badge.fury.io/js/yes-https.svg)](https://badge.fury.io/js/yes-https) [![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev) -[![Release Please](https://img.shields.io/badge/Release%20automation-release--please-4285f4?style=flat)](https://github.com/googleapis/release-please) +[![Release Please](https://img.shields.io/badge/%E2%9A%99%EF%B8%8F-release--please-4285f4?style=flat)](https://github.com/googleapis/release-please) `yes-https` is a happy little npm module that makes it easy to require `https` for your connect based application.