Skip to content

Commit

Permalink
Deploy instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
grevory committed Sep 22, 2016
1 parent ad558ba commit 02e01d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ auto_tagger:

**tag_keywords**: An array of keywords to search for in each post

## Deploying Contributions
``` bash
$ git commit -am "Your commit message"
$ npm version patch|minor|major
$ git push origin master --tags
```

## License

MIT

0 comments on commit 02e01d2

Please sign in to comment.