This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 1e6d1228cd2b9ee2f5d80733d469d992680ce221 Author: Shad Storhaug <[email protected]> AuthorDate: Sat Oct 26 05:27:17 2024 +0700 website: make-release.md: Added step to check the packages in NuGet Package Explorer to ensure Source Link settings are valid. --- websites/site/contributing/make-release.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/websites/site/contributing/make-release.md b/websites/site/contributing/make-release.md index a4da8bce4..86d44c3cf 100644 --- a/websites/site/contributing/make-release.md +++ b/websites/site/contributing/make-release.md @@ -1,4 +1,4 @@ ---- +--- uid: contributing/make-release --- @@ -171,6 +171,9 @@ Perform basic checks against the release binary: - Check the `nupkg` files to ensure they can be referenced in Visual Studio. +- Check the `nupkg` files in NuGet Package Explorer to ensure all 3 badges (Source Link, Deterministic, and Valid) are green. + - Ensure that the repository URL is https://github.com/apache/lucenenet. If the URL is wrong, these are not the original packages you downloaded from Azure DevOps, and you should proceed only with the originals. + ### Sign the Release - On your local Git clone, check out the SVN distribution repositories
