doc: adding notes on tagging to readme

BREAKING CHANGE: we are writing things into git that we weren't before
This commit is contained in:
Mikeal Rogers 2019-09-09 19:10:07 +00:00
parent 2a12a1679c
commit cdc474420b
1 changed files with 2 additions and 0 deletions

View File

@ -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.