Skip to content
Snippets Groups Projects
Commit 6cb75b54 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

docs: update release process

parent 53edfe93
No related branches found
No related tags found
No related merge requests found
...@@ -81,10 +81,15 @@ Any changes you make should be reflected in the browser. If you need to regenera ...@@ -81,10 +81,15 @@ Any changes you make should be reflected in the browser. If you need to regenera
## Publishing ## Publishing
To publish a new version of the library, run To publish a new version of the library, first create a new version:
```shell ```shell
pnpm new-version pnpm new-version
```
If everything looks good, commit the generated files and release the new version:
```shell
pnpm release pnpm release
git push # push to the main branch git push # push to the main branch
git push --tags git push --tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment