From 85934a85345cd02f87d34ada76d3c019ff0c23ea Mon Sep 17 00:00:00 2001 From: Rasmus Kuusmann Date: Wed, 28 Jun 2023 18:28:15 +0300 Subject: [PATCH] Update releasing docs (#267) --- RELEASING.md | 2 ++ docs/bump-upstream.md | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index d238b213..e8d96c11 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -37,3 +37,5 @@ No changes in the code are needed to correctly version this package. to publish necessary updates to the [documentation](https://github.com/splunk/public-o11y-docs). 1. Update version in [microservices-demo](https://github.com/signalfx/microservices-demo/blob/main/src/cartservice/Dockerfile). + +1. Update internal repository. Follow internal documentation. diff --git a/docs/bump-upstream.md b/docs/bump-upstream.md index 8393a47e..5610f5f6 100644 --- a/docs/bump-upstream.md +++ b/docs/bump-upstream.md @@ -8,13 +8,13 @@ - [`src/Splunk.OpenTelemetry.AutoInstrumentation/Splunk.OpenTelemetry.AutoInstrumentation.csproj`](../src/Splunk.OpenTelemetry.AutoInstrumentation/Splunk.OpenTelemetry.AutoInstrumentation.csproj) - [`test/Splunk.OpenTelemetry.AutoInstrumentation.IntegrationTests/SmokeTests.cs`](../test/Splunk.OpenTelemetry.AutoInstrumentation.IntegrationTests/SmokeTests.cs) -2. Update the `test/Splunk.OpenTelemetry.AutoInstrumentation.IntegrationTests/BuildTests.DistributionStructure_*.verified.txt` +1. Update the `test/Splunk.OpenTelemetry.AutoInstrumentation.IntegrationTests/BuildTests.DistributionStructure_*.verified.txt` files. -3. Update the [required env vars table](./advanced-config.md#manual-instrumentation). +1. Update the [required env vars table](./advanced-config.md#manual-instrumentation). -4. Update the scripts based on changes in upstream: +1. Update the scripts based on changes in upstream: - [`splunk-otel-dotnet-install.sh`](../splunk-otel-dotnet-install.sh) - [`Splunk.OTel.DotNet.psm1`](../Splunk.OTel.DotNet.psm1) -5. Update the [GitHub workflows](../.github/workflows) on changes in upstream. +1. Update the [GitHub workflows](../.github/workflows) on changes in upstream.