From 13b1f8a6cb4a30d2e39dcec44005a8d4cb55d51d Mon Sep 17 00:00:00 2001 From: Paul Jarleton Date: Tue, 2 Jan 2024 11:45:56 +0100 Subject: [PATCH 1/2] fix(README): fix badges Summary ======= This PR fixes the worklow badges link and add links to our maven central page both from the badge and in the text. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca413edc..e2a371b0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -![maven](https://github.com/spotify/github-client/workflows/maven/badge.svg) +![release pipeline](https://github.com/spotify/github-java-client/actions/workflows/release.yml/badge.svg) [![codecov](https://codecov.io/gh/spotify/github-java-client/branch/master/graph/badge.svg?token=ADHNCIESSL)](https://codecov.io/gh/spotify/github-java-client)[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![lifecycle: beta](https://img.shields.io/badge/lifecycle-beta-509bf5.svg) -![Maven Central](https://img.shields.io/maven-central/v/com.spotify/github-client) +[![Maven Central](https://img.shields.io/maven-central/v/com.spotify/github-client)](https://mvnrepository.com/artifact/com.spotify/github-client) # github-java-client @@ -12,6 +12,8 @@ It supports authentication via simple access tokens, JWT endpoints and GitHub Ap It is also very light on GitHub, doing as few requests as necessary. +You can find this library in [maven central repository](https://mvnrepository.com/artifact/com.spotify/github-client). + This library is maintained by @spotify/gjc-maintainers. If you have any questions, issues or need a review, please tag this team in the relevant PR/issue. From 848c6414b72811dd9ff01837d709fc2749af0fa1 Mon Sep 17 00:00:00 2001 From: Paul Jarleton Date: Tue, 2 Jan 2024 12:08:30 +0100 Subject: [PATCH 2/2] chore: move the maven link to getting started --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2a371b0..d9d9c989 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ It supports authentication via simple access tokens, JWT endpoints and GitHub Ap It is also very light on GitHub, doing as few requests as necessary. -You can find this library in [maven central repository](https://mvnrepository.com/artifact/com.spotify/github-client). - This library is maintained by @spotify/gjc-maintainers. If you have any questions, issues or need a review, please tag this team in the relevant PR/issue. ## Getting Started +You can find this library in [maven central repository](https://mvnrepository.com/artifact/com.spotify/github-client). + Include the latest version of github-client into your project: In Maven: