Skip to content

Commit 48c86d9

Browse files
committed
"Add release notes and changelog to NuGet package open-telemetry#4895"
1 parent 19e1663 commit 48c86d9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ To access packages, source code, and/or view a list of changes for all
175175
components in a release see:
176176
[Releases](https://github.com/open-telemetry/opentelemetry-dotnet/releases).
177177

178+
## Changelog
179+
180+
For detailed changes and version history, see the [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/CHANGELOG.md).
181+
182+
178183
Nightly builds from this repo are published to [MyGet](https://www.myget.org),
179184
and can be installed using the
180185
`https://www.myget.org/F/opentelemetry/api/v3/index.json` source.

src/OpenTelemetry/OpenTelemetry.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,10 @@
2626
<Compile Include="$(RepoRoot)\src\Shared\ThreadSafeRandom.cs" Link="Includes\ThreadSafeRandom.cs" />
2727
</ItemGroup>
2828

29+
<PropertyGroup>
30+
<PackageReadmeFile>README.md</PackageReadmeFile>
31+
<PackageReleaseNotes>RELEASENOTES.md</PackageReleaseNotes>
32+
</PropertyGroup>
33+
34+
2935
</Project>

0 commit comments

Comments
 (0)