From 2d6b0426ab9fb4e9d47181b5b0e9fafb615cd39b Mon Sep 17 00:00:00 2001 From: Dave Kichler Date: Fri, 6 Dec 2024 15:18:54 -0500 Subject: [PATCH] feat: Adding CI status and version badges. Addresses #238 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 29817bc..f111a9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Release](https://github.com/sbt/sbt-autoversion/actions/workflows/release.yml/badge.svg)](https://github.com/sbt/sbt-autoversion/actions/workflows/release.yml) +[![CI](https://github.com/sbt/sbt-autoversion/actions/workflows/ci.yml/badge.svg)](https://github.com/sbt/sbt-autoversion/actions/workflows/ci.yml) +[![Latest version](https://img.shields.io/github/tag/sbt/sbt-autoversion.svg)](https://github.com/sbt/sbt-autoversion/releases) + # sbt-autoversion The `sbt-autoversion` plugin builds on the [sbt-release](https://github.com/sbt/sbt-release) and [sbt-git](https://github.com/sbt/sbt-git) plugins to automatically manage the version bump to apply (major, minor or patch version bumps), based on commits messages patterns.