From 3cd03c593251b5859da9b6cff62971fd98241e7b Mon Sep 17 00:00:00 2001 From: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com> Date: Fri, 22 Aug 2025 09:08:04 -0600 Subject: [PATCH] Chore: Fix example of major release (#110007) baldm0mma/ fix example of major release --- docs/sources/upgrade-guide/when-to-upgrade/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/upgrade-guide/when-to-upgrade/index.md b/docs/sources/upgrade-guide/when-to-upgrade/index.md index d08e34897f2..1ffaf22fd31 100644 --- a/docs/sources/upgrade-guide/when-to-upgrade/index.md +++ b/docs/sources/upgrade-guide/when-to-upgrade/index.md @@ -123,7 +123,7 @@ Here is an overview of version support through 2026: Self-managed Grafana follows semantic-like versioning (MAJOR.MINOR.PATCH). Here's how different types of releases work: -- **Major releases** (e.g., 12.5.8, 13.0.0): +- **Major releases** (e.g., 12.0.0, 13.0.0): - Awesome new features as well as significant architectural improvements and modernizations - May include breaking changes that require migration steps - Released once per year