From 2acd86a6c2fb0ff8f15b8658a82f8cac749ce331 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 30 May 2025 21:15:31 +0200 Subject: [PATCH] Update versioning convention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa0c304..3de9d52 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ If you are using `config.yaml` or `config.json`, consult the [configuration mark ## Versioning -This theme follows a simple incremental versioning. e.g. `v1`, `v2` and so on. There might be breaking changes between versions. +This theme follows a simple incremental versioning. e.g. `v1.0.0`, `v2.0.0` and so on. Releases will happen on breaking changes. If you want lower maintenance, use one of the released versions. If you want to live on the bleeding edge of changes, you can use the `master` branch and update your website when needed.