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
父节点 2a12a1679c
当前提交 cdc474420b
共有 1 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -19,3 +19,5 @@ project as an example.
for most common commit metadata for feature additions: `"feat: new API"` and `"feature: new API"`. for most common commit metadata for feature additions: `"feat: new API"` and `"feature: new API"`.
* All other changes will increment the patch version. * All other changes will increment the patch version.
* Publish to npm using the configured token. * 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.