From c2614d53f32218110a63a65292cd2a56314918c9 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 4 Dec 2020 15:44:55 +0000 Subject: [PATCH] readme: add badges ready for release --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 979e219..ff945c0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ Wrapper for Trello. +![GitHub release (latest by date)]( +https://img.shields.io/github/v/release/kemitix/kemitix-trello?style=for-the-badge) +![GitHub Release Date]( +https://img.shields.io/github/release-date/kemitix/kemitix-trello?style=for-the-badge) + +[![Nexus]( +https://img.shields.io/nexus/r/https/oss.sonatype.org/net.kemitix/kemitix-trello.svg?style=for-the-badge)]( +https://oss.sonatype.org/content/repositories/releases/net/kemitix/kemitix-trello/) +[![Maven-Central]( +https://img.shields.io/maven-central/v/net.kemitix/kemitix-trello.svg?style=for-the-badge)]( +https://search.maven.org/search?q=g:net.kemitix%20a:kemitix-trello) + This wraps the `com.taskadapter:trello-java-wrapper` library. It is intended for use on my `slushy` and `fuller` projects. It was originally developed as part of `slushy` and was extracted when preparing to start on `fuller` which would need some of the same functionality.