From 36484640f503b5ee8eb04921ce92c214bc80d516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Mon, 7 Aug 2023 11:38:27 +0200 Subject: [PATCH 1/2] Releasing nuget package --- .cspell/dot-net.txt | 3 ++- RELEASING.md | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cspell/dot-net.txt b/.cspell/dot-net.txt index 6f0aab48..d627deef 100644 --- a/.cspell/dot-net.txt +++ b/.cspell/dot-net.txt @@ -1,2 +1,3 @@ +CORECLR netcoreapp -CORECLR \ No newline at end of file +nupkg diff --git a/RELEASING.md b/RELEASING.md index d365e442..e1037c68 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -33,6 +33,11 @@ No changes in the code are needed to correctly version this package. - `Set as a pre-release` - `Set as the latest release` +1. Publish the NuGet packages: + 1. Download `Splunk.OpenTelemetry.AutoInstrumentation.*.nupkg` to a local + folder. + 1. Upload and publish the package to nuget.org. + 1. Ask [o11y-docs team](https://github.com/orgs/splunk/teams/o11y-docs) to publish necessary updates to the [documentation](https://github.com/splunk/public-o11y-docs). From f2c208847889a48996fa635c187ebb26e43763b5 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Mon, 7 Aug 2023 11:48:44 +0200 Subject: [PATCH 2/2] Update RELEASING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert PajÄ…k --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index e1037c68..6dd6a563 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -35,7 +35,7 @@ No changes in the code are needed to correctly version this package. 1. Publish the NuGet packages: 1. Download `Splunk.OpenTelemetry.AutoInstrumentation.*.nupkg` to a local - folder. + directory. 1. Upload and publish the package to nuget.org. 1. Ask [o11y-docs team](https://github.com/orgs/splunk/teams/o11y-docs)