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
No related branches found
No related tags found
No related merge requests found
Pipeline #23652 failed
......@@ -31,3 +31,10 @@ yarn docs:dev
yarn docs:build
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.
Finish editing this message first!
Please register or to comment