natemcmaster / dotnet-serve

Simple command-line HTTPS server for the .NET Core CLI

Home Page:https://nuget.org/packages/dotnet-serve/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How do we know what's in each release?

adamralph opened this issue · comments

Several releases have been made today, but I can't see any way to see what each of them contains (other than diffing the tagged commits of course).

You already said it -- git log. GitHub also offers helpful UI like this. These days, the updates are mostly automated by dependabot as this project is in maintenance mode and has no feature requests.

image