Moin
30.Декабрь.2024 11:55:07
3
Все версии с пометкой tests-passed имеют суффикс -dev в конце, так как он был добавлен для упрощения различия между «бета-релизами» и веткой tests-passed. Таким образом, этот суффикс не означает никаких изменений в том, готова ли программа к использованию в производственной среде. Он лишь указывает на то, что «это одна из версий в процессе разработки бетаX».
Вот руководство о том, как переключить ветку, на которой вы находитесь:
This guide explains how to configure a supported tracking branch for your Discourse instance to manage software updates.
Required user level: System Administrator
Console access is required.
Managing your Discourse instance’s tracking branch determines the frequency and type of updates you receive. This guide explains the different tracking branches available and provides a step-by-step approach to changing the branch on your setup.
Summary
Disco…
А также дополнительная информация о различных вариантах:
This guide explains the different types of Discourse releases and how different channels are used for updates.
Required user level: All users
Release channels
Discourse has four primary release channels, each serving a different purpose: main, latest, release, and esr.
The default channel used when installing a production version of Discourse is latest.
Since November 2025, Discourse uses a date-based versioning scheme: YYYY.MM.PATCH (e.g., v2026.2.0). On …
и тема о суффиксе -dev:
On tests-passed, starting with 3.2.0.beta1-dev, Discourse core version numbers will include a -dev suffix to indicate that they’re not the final ‘release’ versions of a beta. This suffix doesn’t appear in the UI, so this is a technicality which will have no impact on the vast majority of people.
For the technical details, see below:
In the beta series for Discourse 3.1 and below, our versioning strategy was to ‘release’ a beta, and then leave the version number in tests-passed exactly the sam…