From 8acd4de62f0722bc49b10bca191199af238baae1 Mon Sep 17 00:00:00 2001 From: RobbenRiksen <32864181+RobbenRiksen@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:03:10 +0200 Subject: [PATCH] Update RELEASE.md Update to describe dealing with dependencies Signed-off-by: RobbenRiksen <32864181+RobbenRiksen@users.noreply.github.com> --- RELEASE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 8168c52..c7f490f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,13 @@ +# Release proces + Releases for MINOR changes and PATCH updates are made frequently. These releases are backward compatible. Releases for MAJOR changes will be announced 3 months before the release. Theses releases incompatible with previous versions. The release notes are documented in the [CHANGELOG] + +## Handling dependency updates + +Patch and security updates in depencies will always be done. + +(Major) version updates for dependencies in the specification repository will be done when releasing a new version.