mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
docs: Display main branch name as inline code.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
646c04eff2
commit
f4d2d199e2
@@ -60,25 +60,25 @@ the Zulip server itself (E.g. `https://zulip.example.com/help/`).
|
||||
Many Zulip servers run versions from Git that have not been published
|
||||
in a stable release.
|
||||
|
||||
* [Zulip Cloud](https://zulip.com) essentially runs the main
|
||||
branch. It is usually a few days behind main (with some
|
||||
* [Zulip Cloud](https://zulip.com) essentially runs the `main`
|
||||
branch. It is usually a few days behind `main` (with some
|
||||
cherry-picked bug fixes), but can fall up to 2 weeks behind when
|
||||
major UI or internals changes mean we'd like to bake changes longer
|
||||
on chat.zulip.org before exposing them to the full Zulip Cloud
|
||||
userbase.
|
||||
* [chat.zulip.org][chat-zulip-org], the bleeding-edge server for the
|
||||
Zulip development community, is upgraded to main several times
|
||||
every week. We also often "test deploy" changes not yet in main
|
||||
Zulip development community, is upgraded to `main` several times
|
||||
every week. We also often "test deploy" changes not yet in `main`
|
||||
to chat.zulip.org to facilitate design feedback.
|
||||
* We maintain Git branches with names like `4.x` containing backported
|
||||
commits from main that we plan to include in the next maintenance
|
||||
commits from `main` that we plan to include in the next maintenance
|
||||
release. Self hosters can [upgrade][upgrade-from-git] to these
|
||||
stable release branches to get bug fixes staged for the next stable
|
||||
release (which is very useful when you reported a bug whose fix we
|
||||
choose to backport). We support these branches as though they were a
|
||||
stable release.
|
||||
* Self-hosters who want new features not yet present in a major
|
||||
release can [upgrade to main][upgrading-to-main] or run [a fork
|
||||
release can [upgrade to `main`][upgrading-to-main] or run [a fork
|
||||
of Zulip][fork-zulip].
|
||||
|
||||
### Compatibility and upgrading
|
||||
|
||||
Reference in New Issue
Block a user