From 982274fe293088d0890c1812f0664a0037eeb80f Mon Sep 17 00:00:00 2001 From: Tyler Potter Date: Tue, 26 Nov 2024 14:15:49 -0700 Subject: [PATCH 1/3] feat: test status badge in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f175728..3ebddaf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Test and lint SDK](https://github.com/Eppo-exp/java-server-sdk/actions/workflows/lint-test-sdk.yml/badge.svg)](https://github.com/Eppo-exp/java-server-sdk/actions/workflows/lint-test-sdk.yml) # Eppo Server-Side SDK for Java ## Usage From 2f4b9efdc90f4c6f364d68099b7aaf0819177277 Mon Sep 17 00:00:00 2001 From: Tyler Potter Date: Tue, 26 Nov 2024 15:29:15 -0700 Subject: [PATCH 2/3] add maven badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ebddaf..1c55c2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -[![Test and lint SDK](https://github.com/Eppo-exp/java-server-sdk/actions/workflows/lint-test-sdk.yml/badge.svg)](https://github.com/Eppo-exp/java-server-sdk/actions/workflows/lint-test-sdk.yml) +[![Test and lint SDK](https://github.com/Eppo-exp/java-server-sdk/actions/workflows/lint-test-sdk.yml/badge.svg)](https://github.com/Eppo-exp/java-server-sdk/actions/workflows/lint-test-sdk.yml) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cloud.eppo/eppo-server-sdk/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cloud.eppo/eppo-server-sdk) + # Eppo Server-Side SDK for Java ## Usage From 8f539d8fd600c2418365e1702f3bbf45755e41e4 Mon Sep 17 00:00:00 2001 From: Tyler Potter Date: Tue, 26 Nov 2024 15:36:24 -0700 Subject: [PATCH 3/3] Put badges under title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c55c2b..351449e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ +# Eppo Server-Side SDK for Java + [![Test and lint SDK](https://github.com/Eppo-exp/java-server-sdk/actions/workflows/lint-test-sdk.yml/badge.svg)](https://github.com/Eppo-exp/java-server-sdk/actions/workflows/lint-test-sdk.yml) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/cloud.eppo/eppo-server-sdk/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cloud.eppo/eppo-server-sdk) -# Eppo Server-Side SDK for Java - ## Usage ### build.gradle: