From 0024627001528ed17115c6649e1ad9c770e23b3b Mon Sep 17 00:00:00 2001 From: Vera Reynolds Date: Tue, 27 Jul 2021 11:20:19 -0600 Subject: [PATCH] Prepare 0.11.0-alpha release, add releasing.md (#78) --- CHANGELOG.md | 6 ++++++ RELEASING.md | 8 ++++++++ .../Honeycomb.OpenTelemetry.csproj | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 RELEASING.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b80e8d6..660a02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # honeycomb-opentelemetry-dotnet changelog +## [0.11.0-alpha] - 2021-07-27 + +### Added + +- Redis instrumentation (#66, #74) | [@vreynolds](https://github.com/vreynolds) + ## [0.10.0-alpha] - 2021-07-15 ### Added diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..c06a2b5 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,8 @@ +# Releasing Process + +1. Update changelog +1. Update VersionPrefix (and VersionSuffix if necessary) in the csproj file +1. Open a PR with the above, and merge that into main +1. Tag the merged commit with the new version (e.g. `v0.10.0-alpha`) +1. Push the tag upstream (this will kick off the release pipeline in CI) +1. Once the CI is done, promote the GitHub release from draft to release \ No newline at end of file diff --git a/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj b/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj index e2de09e..6aff4d7 100644 --- a/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj +++ b/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj @@ -11,7 +11,7 @@ snupkg - 0.10.0 + 0.11.0 alpha Honeycomb.OpenTelemetry Honeycomb