Skip to content

Commit

Permalink
ci: extend release note section in nuget packages with additional info
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Nov 24, 2023
1 parent dc146e4 commit e6af60b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageIcon>bunit-logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>#{RELEASE_NOTES}#</PackageReleaseNotes>
<PackageReleaseNotes>
Changes in bUnit #{RELEASE_VERSION}#

#{RELEASE_NOTES}#

See the full changelog at https://github.com/bUnit-dev/bUnit/releases
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e6af60b

Please sign in to comment.