From b0f89b3361c68692f20c38bdd7ce9b058886f174 Mon Sep 17 00:00:00 2001 From: Jesse Dobbelaere Date: Thu, 7 Sep 2017 18:14:50 +0200 Subject: [PATCH] Add more shields --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e52bd..994d815 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # JIRA Smart Commits +[![Stable Version](https://img.shields.io/npm/v/jira-smart-commit.svg)](https://www.npmjs.com/package/jira-smart-commit) [![Build Status](https://travis-ci.org/jessedobbelaere/jira-smart-commit.svg?branch=master)](https://travis-ci.org/jessedobbelaere/jira-smart-commit) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) +[![Downloads](https://img.shields.io/npm/dt/jira-smart-commit.svg)](https://www.npmjs.com/package/jira-smart-commit) A Node.js git hook script to prefix commits automatically with the JIRA ticket, based on a branch name.