dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.83k stars 772 forks source link

The release notes on the public packages point to internal links #17172

Open baronfel opened 1 month ago

baronfel commented 1 month ago

The public packages have the wrong link to the change logs:

image

Instead of relying on the sourcelink url to determine the base we should hardcode the 'public' url and use it for this url.

vzarytovskii commented 1 month ago

Honestly - I'm not entirely sure at which point we do that. Probably when packing a nuget. I'll look at it when I'm done with some internal work.