From 02e01d213630dfab025c37f3aba7040f834db2ec Mon Sep 17 00:00:00 2001 From: Gregory Pike Date: Thu, 22 Sep 2016 02:41:40 -0230 Subject: [PATCH] Deploy instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 99c34e7..ca3930d 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file