Do you want to work on this issue?
You can request for a bounty in order to promote it!
Show latest tag and the changelog when you're creating a tag #3183
fregante posted onGitHub
When you create a tag, for example on https://github.com/fregante/github-url-detection/releases/new
<img width="753" alt="" src="https://user-images.githubusercontent.com/1402241/83907244-64a08b80-a765-11ea-92bf-4bac13d501f4.png">
To help you understand what your next version should be, the page should tell you:
what is the latest tag?
Showing this should be relatively easy since we already have that information from
latest-tag-button
what will your new tag contain?
We can add a link to the changelog, e.g. https://github.com/fregante/github-url-detection/compare/v1.1.5...master. This is a little harder since it depends on the Target selector and needs to be updated.