diff --git a/README.md b/README.md index 32428593..30b0da88 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ npm run openapi ## build and generate new types npm run typegen && npm run build +## increment the version number in package.json +## to increment the minor or major version number instead, replace "patch" with "minor" or "major" in the below command +npm version patch --no-git-tag-version + ## commit your changes git commit -am 'chore(entity-client): update client with new spec' ```