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:
parent
2a12a1679c
commit
cdc474420b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue