Skip to content
Snippets Groups Projects
Verified Commit d1d9b382 authored by Georg Krause's avatar Georg Krause
Browse files

Document how to do a release

parent baacc612
Branches
Tags
No related merge requests found
Pipeline #23652 failed
...@@ -31,3 +31,10 @@ yarn docs:dev ...@@ -31,3 +31,10 @@ yarn docs:dev
yarn docs:build yarn docs:build
yarn docs:serve yarn docs:serve
``` ```
### Release a new version
```
yarn version
git push --tags && git push
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment