From f028c89136a4b63e60a5091fd0a7c3e48c01c8ef Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 8 Sep 2022 21:32:25 -0700 Subject: [PATCH] Add release cadence --- RELEASING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index ca55692d297..ba50bc55022 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -10,6 +10,11 @@ When preparing the change log, you can use or the Github [compare tool](https://github.com/open-telemetry/opentelemetry-java/compare/) to view a summary of all commits since last release as a reference. +## Release cadence + +This repository roughly targets monthly minor releases from the `main` branch on the Friday after +the first Monday of the month. + ## Preparing a new major or minor release * Close the release milestone if there is one.