From 6449b3aede135dd3c36eb2663378d60af62a3fd4 Mon Sep 17 00:00:00 2001 From: aisch Date: Thu, 5 Mar 2015 14:57:27 -0800 Subject: [PATCH] badge and doc --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0b3b315..155e6fe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# meatyjs [![Build Status](https://travis-ci.org/mayfieldrobotics/meatyjs.svg)](https://travis-ci.org/mayfieldrobotics/meatyjs) +# meatyjs [![Build Status](https://travis-ci.org/mayfieldrobotics/meatyjs.svg)](https://travis-ci.org/mayfieldrobotics/meatyjs) [![Coverage Status](https://coveralls.io/repos/mayfieldrobotics/meatyjs/badge.svg?branch=master)](https://coveralls.io/r/mayfieldrobotics/meatyjs?branch=master) Simple [media type](https://tools.ietf.org/html/rfc6838) parsing and formatting. Based on work by: @@ -35,22 +35,16 @@ $ grunt build test # release -Updates version in: +Update `{version}` in: * `package.json` * `bower.json` -commit those: - -```bash -$ git add package.json bower.json -$ git commit -m "{version}" -``` - -tag the commit: +then: ``` bash -$ git tag "{version}" +$ git add package.json bower.json +$ git tag -a v{version} -m "release v{version}" $ git push --tags ```