From e4f63b9532ed9154bebbeb576b76db4fc2fe9644 Mon Sep 17 00:00:00 2001 From: JamieDanielson Date: Thu, 2 Mar 2023 10:20:05 -0500 Subject: [PATCH] add note in releasing to update readme --- RELEASING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASING.md b/RELEASING.md index 95c3a6f..da073ac 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -5,6 +5,7 @@ - `git log --pretty='%C(green)%d%Creset- %s | [%an](https://github.com/)'` - Update VersionPrefix (and VersionSuffix if necessary) in the `*.csproj` files - If updating the OTel SDK, update the OTLP version in `HoneycombOptions.cs` + - If updating the OTel SDK, update the OTel version in `README.md` - Commit changes, push, and open a release preparation pull request for review. - Once the pull request is merged, fetch the updated `main` branch. - Apply a tag for the new version on the merged commit (e.g. `git tag -a v1.3.0 -m "v1.3.0"`)