From 76c2a130ff60d6109e2d037e7ab5870120da72e2 Mon Sep 17 00:00:00 2001 From: Keith Stolte Date: Thu, 28 Jun 2018 17:08:29 -0400 Subject: [PATCH] Adding a slick New Badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### New Feature - Added some new hotness to show the world that you love to feed the 🤖. - ![Automated Release Notes by gren](https://img.shields.io/badge/%F0%9F%A4%96-release%20notes-00B2EE.svg?link=https://github-tools.github.io/github-release-notes/) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0a4690dd..1c51ea7a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Join the chat at https://gitter.im/github-release-notes/Lobby](https://badges.gitter.im/github-release-notes/Lobby.svg)](https://gitter.im/github-release-notes/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Codecov](https://codecov.io/gh/github-tools/github-release-notes/branch/master/graph/badge.svg)](https://codecov.io/gh/github-tools/github-release-notes/branch/master) [![npm downloads](https://img.shields.io/npm/dm/github-release-notes.svg)](https://www.npmjs.com/package/github-release-notes) +![Automated Release Notes by gren](https://img.shields.io/badge/%F0%9F%A4%96-release%20notes-00B2EE.svg?link=https://github-tools.github.io/github-release-notes/) ## OK, what can `gren` do for me? @@ -119,6 +120,12 @@ Then add this line to `~/.bash_profile` (or `~/.zshrc`): export GREN_GITHUB_TOKEN=your_token_here ``` +Show the internet that you use gren for automating your release notes -> ![Automated Release Notes by gren](https://img.shields.io/badge/%F0%9F%A4%96-release%20notes-00B2EE.svg?link=https://github-tools.github.io/github-release-notes/) + +``` +![Automated Release Notes by gren](https://img.shields.io/badge/%F0%9F%A4%96-release%20notes-00B2EE.svg?link=https://github-tools.github.io/github-release-notes/) +``` + ## Basic Usage `gren` gets the repo information directly from the folder where `git` is initialised.