Skip to content

Commit

Permalink
feat: Adding CI status and version badges. Addresses #238
Browse files Browse the repository at this point in the history
  • Loading branch information
dkichler committed Dec 6, 2024
1 parent 7f57d51 commit 2d6b042
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 2d6b042

Please sign in to comment.