From 157317f9d63eddaea875fc26700b0e7326217cdc Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Fri, 20 Dec 2019 11:05:02 -0500 Subject: [PATCH] ReadMe.md badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6b1ad0..3e9f564 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Release Version](https://img.shields.io/github/v/release/RightBrain-Networks/auto-semver) ![GitHub Downloads](https://img.shields.io/github/downloads/RightBrain-Networks/auto-semver/total) + # Automatic Semantic Versioning This code repository extends/wraps the bumpversion library to automatically determine which type of increment (Major, Minor, Patch) to perform based on git branch names.