From 7cb8a4de52beed36244be271113e43ca69b31b4c Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 28 Oct 2025 01:21:25 +0300 Subject: [PATCH] Clarifies release process for stable builds Explains that changes merged into master won't reach stable users unless the `stable` tag is updated. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f959455..4c9fa19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ In order to send code back to the official OMath repository, you must first crea account ([fork](https://help.github.com/articles/creating-a-pull-request-from-a-fork/)) and then [create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) back to OMath. -OMath developement is performed on multiple branches. Changes are then pull requested into master. By default, changes +OMath development is performed on multiple branches. Changes are then pull requested into master. By default, changes merged into master will not roll out to stable build users unless the `stable` tag is updated. ### 📜 Code-Style