readme
This commit is contained in:
parent
7ab154a5b8
commit
c3fab77120
|
@ -12,7 +12,7 @@ you'll need to configured that workflow yourself. You can look to the
|
|||
* Based on the commit messages, increment the version from the lastest release.
|
||||
* If the string "BREAKING CHANGE" or "major" is found anywhere in any of the commit messages or descriptions the major
|
||||
version will be incremented.
|
||||
* If a commit message begins with the string "feat" or "minor" then the minor version will be increased. This works
|
||||
* If a commit message begins with the string "feat" or includes "minor" then the minor version will be increased. This works
|
||||
for most common commit metadata for feature additions: `"feat: new API"` and `"feature: new API"`.
|
||||
* All other changes will increment the patch version.
|
||||
* Push the bumped npm version in package.json back into the repo.
|
||||
|
|
Loading…
Reference in New Issue