From cdc474420bda41d5108c6a77d8772db0c75a110e Mon Sep 17 00:00:00 2001 From: Mikeal Rogers Date: Mon, 9 Sep 2019 19:10:07 +0000 Subject: [PATCH] doc: adding notes on tagging to readme BREAKING CHANGE: we are writing things into git that we weren't before --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8e49d8..ea1cd22 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,5 @@ project as an example. for most common commit metadata for feature additions: `"feat: new API"` and `"feature: new API"`. * All other changes will increment the patch version. * Publish to npm using the configured token. +* Push the bumped npm version in package.json back into the repo. +* Push a tag for the new version to GitHub.