Skip to content

Commit

Permalink
badge and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aisch committed Mar 5, 2015
1 parent 701da4b commit 6449b3a
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 6449b3a

Please sign in to comment.