···11# How to release
2233+<!--
44+Copyright 2021, Collabora, Ltd. and the Monado contributors
55+SPDX-License-Identifier: BSL-1.0
66+-->
77+38These instructions assumes that the version you are making is `21.0.0`.
49510## Generate changelog
···1621git commit -m"doc: Update CHANGELOG.md" doc/CHANGELOG.md
1722git commit -m"doc: Remove old changelog fragments" doc/changes
1823```
1919-20242125## Update versions
2226···3236git commit -a -m"monado: Update version"
3337```
34383535-3639## Tag the code
37403841Do the tagging from git, do **not** do it from gitlab, also make sure to prefix
···4144```sh
4245git tag v21.0.0 -m"v21.0.0"
4346```
4444-45474648## Do gitlab release
4749