Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing nuget package #287

Merged
merged 2 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .cspell/dot-net.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CORECLR
netcoreapp
CORECLR
nupkg
5 changes: 5 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
directory.
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).

Expand Down
Loading