From 6aeca6330ef0697362c8d3113a617701bada3c93 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 9 Mar 2025 23:21:12 -0700 Subject: [PATCH] Explain versioning scheme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c3f1e0ad..74441317 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,11 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi $ hugo mod get github.com/willfaught/paige@latest ``` +Paige uses [Semantic Versioning](https://semver.org). +The current major version is 0. +From time to time, breaking changes are made. +When you update Paige, you must test your site. + See Hugo's [installation](https://gohugo.io/installation/), [getting started](https://gohugo.io/getting-started/), and [module](https://gohugo.io/hugo-modules/) guides for more information. ## Kickoff