From 828ec56ea34d0b7177b143e33f37c471341bdfd2 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 8 Sep 2022 21:33:10 -0700 Subject: [PATCH] Add release cadence --- RELEASING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 663d927b15bc..a0b6d90a8645 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -10,6 +10,12 @@ Every successful CI build of the main branch automatically executes `./gradlew p as the last step, which publishes a snapshot build to [Sonatype OSS snapshots repository](https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/). +## Release cadence + +This repository roughly targets monthly minor releases from the `main` branch on the Wednesday after +the second Monday of the month (roughly a few of days after the monthly minor release of +[opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java)). + ## Preparing a new major or minor release * Close the release milestone if there is one.