From a6ee18f92e1fab4a1c5a104f6bdc76d5e4d9b6e9 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 9 Sep 2022 08:24:51 -0700 Subject: [PATCH] Add release cadence (#6565) --- 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.