docs: describe version bump command

This commit is contained in:
Lukas Obermann
2023-06-08 11:33:10 +02:00
parent 9e71f686d0
commit 269c8ed114
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
.versionrc.json
.vscode
CODEOWNERS
CONTRIBUTING.md
otjsmd.config.js
src
tsconfig.json
+11
View File
@@ -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`.