Skip to content

Commit 2bd4963

Browse files
committed
Added link to ReleaseNotes.md for Choco Package
Since Chocolatey.org now supports markdown from nuspec file, adding in link to the full release notes stored in GitHub repo. Decided not to add the full text for the release notes in the nuspec file, as this is just one more thing that needs to be remembered during the release. Rather, point users to the one source of truth for release notes.
1 parent 00b4dd7 commit 2bd4963

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

GitVersionExe/NugetAssets/GitVersion.Portable.nuspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
<description>Derives SemVer information from a repository following GitFlow or GitHubFlow.</description>
1414
<language>en-AU</language>
1515
<tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, GitHubFlow, SemVer</tags>
16+
<releaseNotes>
17+
Full release notes can be found here - https://github.com/Particular/GitVersion/blob/master/ReleaseNotes.md
18+
</releaseNotes>
1619
</metadata>
17-
</package>
20+
</package>

0 commit comments

Comments
 (0)