sindresorhus/refined-github

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.


This feature would be complementary to https://github.com/sindresorhus/refined-github/issues/2389, not a replacement.

posted by fregante almost 5 years ago

what is the latest tag?

Can you also make it clickable? And when clicked, it's set as the tag.

posted by sindresorhus almost 5 years ago

Hmmm the intent was to create a brand new tag rather than associate an existing tag to a release. But perhaps your suggestion makes more sense.

If the tag already has a release, GitHub will already inform the user: 👍

<img width="399" alt="" src="https://user-images.githubusercontent.com/1402241/83930810-b4994580-a799-11ea-8f0d-882e8bdd431f.png">

posted by fregante almost 5 years ago

Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests