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.