doc: add info about versioning from CLI

This commit is contained in:
Paolo Chiabrera 2025-10-17 17:13:14 +02:00 committed by MargeBot
parent f9320d4552
commit b47a2ee13b

View file

@ -1,8 +1,6 @@
# Web clients
This project is a monorepo hosting the Proton web clients. It includes the web applications, their dependencies & shared
modules as well as all tooling surrounding development of the web clients (as well as some additional miscellaneous
things).
This project is a monorepo hosting the Proton web clients. It includes the web applications, their dependencies & shared modules as well as all tooling surrounding development of the web clients (as well as some additional miscellaneous things).
- <img src="./applications/mail/src/favicon.svg" style="vertical-align: middle" height="20" width="20" /> <span style="vertical-align: middle; display: inline-block">Proton Mail</span>
- <img src="./applications/calendar/src/favicon.svg" style="vertical-align: middle" height="20" width="20" /> <span style="vertical-align: middle; display: inline-block">Proton Calendar</span>
@ -45,14 +43,18 @@ yarn workspace proton-mail start
For additional details on how to interact with the monorepo, see the [yarn docs](https://yarnpkg.com/) for reference.
## How to version an application manually
While being on the `main` branch for a clean release.
From the root folder, run `yarn workspace @proton/version run version --applications proton-X --version x.x.x.x`
## Help us to translate the project
You can learn more about it on [our blog post](https://proton.me/blog/translation-community).
## License
The code and data files in this distribution are licensed under the terms of the GNU General Public License as published
by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
See https://www.gnu.org/licenses/ for a copy of this license.
The code and data files in this distribution are licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See https://www.gnu.org/licenses/ for a copy of this license.
See [LICENSE](LICENSE) file