From ce6b66275ac41d9d7d480f57b304e2c607928946 Mon Sep 17 00:00:00 2001 From: Hayden Stainsby Date: Fri, 7 Jun 2024 11:57:59 +0200 Subject: [PATCH] docs: describe release process in contribution guide Commit message to be updated. --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e36c61fb..576e349c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -509,3 +509,7 @@ what is implemented by a pull request. * **S-refactor**: This is a refactor. This label describes proposed or implemented changes that are related to improve code quality or set up for future changes, but shouldn't effect behavior, fix bugs, or add new APIs. + +## Releases + +TBD: This section will describe the release process.