Automatically link GitHub release #944
sliekens
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Why is that an issue? If you are releasing the package, then you will have tagged the commit. If you are not releasing the package then, the broken link will never be seen. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wanted my NuGet packages to have a link to the corresponding tag/release page on GitHub. I couldn't find any examples, so I came up with my own solution to automate it.
I used an MSBuild target which runs after MinVer to set the
PackageReleaseNotes
property.One minor issue is that the Target runs on every commit, not just tagged commits. I don't know how to solve that without forking out to Git CLI.
Beta Was this translation helpful? Give feedback.
All reactions