From 67408889d4cb775a4d4e0b778e44be884cdd035a Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Wed, 5 Aug 2020 09:01:00 -0700 Subject: [PATCH] Add reminder to release contrib after this repo (#1030) --- RELEASING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 94ccfee5cb7..0fba7f1756a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -75,3 +75,7 @@ After releasing verify that examples build outside of the repository. The script copies examples into a different directory removes any `replace` declarations in `go.mod` and builds them. This ensures they build with the published release, not the local copy. + +## Contrib Repository + +Once verified be sure to [make a release for the `contrib` repository](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/master/RELEASING.md) that uses this release.