Skip to content

Commit

Permalink
docs: add publish note
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Oct 15, 2024
1 parent f7304ab commit 39af6e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 39af6e4

Please sign in to comment.