1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 14:55:30 +02:00

Switch stable branch to release branch

This commit is contained in:
mr. M 2025-01-04 19:13:46 +01:00
parent bc6c6ce66d
commit d5573be1e9
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
37 changed files with 22 additions and 36 deletions

View file

@ -20,17 +20,3 @@ The `stable` branch may have hotfixes directly from the `stable` branch, and the
# Code Of Conduct
Please read our [Code of Conduct](../CODE_OF_CONDUCT.md) before contributing.
# Releasing/Merging branches
To merge zen twilight branch from the central branch, you can use the following command:
```bash
sh ./scripts/merge-to-branch.sh twilight
```
To merge zen stable branch from the twilight branch, you can use the following command:
```bash
sh ./scripts/merge-to-branch.sh stable
```