docs: describe version bump command
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
.versionrc.json
|
||||
.vscode
|
||||
CODEOWNERS
|
||||
CONTRIBUTING.md
|
||||
otjsmd.config.js
|
||||
src
|
||||
tsconfig.json
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
# Contributing
|
||||
|
||||
## Releases
|
||||
|
||||
To increase the version of the package, run:
|
||||
|
||||
```sh
|
||||
npm version <newversion> -m "build(release): v%s"
|
||||
```
|
||||
|
||||
`<newversion>` needs to be replaced with a valid semantic version such as `major`, `minor` or `patch`.
|
||||
Reference in New Issue
Block a user