diff --git a/README.template.md b/README.template.md index b954792..f1bd982 100644 --- a/README.template.md +++ b/README.template.md @@ -13,3 +13,13 @@ ``` npm add {{pkgName}} ``` + +## Publish New Version + +You can use [npm version](https://docs.npmjs.com/cli/v10/commands/npm-version) to bump version. + +``` +npm version patch + +git push --follow-tags +```