Skip to content

A handy plugin for IntelliJ Idea based IDEs to browse git tags

Notifications You must be signed in to change notification settings

PavelETU/browse-tags-plugin

Repository files navigation

Browse Tags Plugin

Do you manage your releases with git tags?
Do you have Release Notes/What's New/ChangeLog file?
Have you ever been in a pickle of trying to find in which exact release a feature was introduced and when?

This is the plugin to the rescue 🎉

Features:

  • View all your tags in a list
  • View the info about your tag (date/message if present)
  • View a context of your Release Notes/What's New/ChangeLog file as it is in the tag

Usage instructions:

  1. Have some git tags in your project
  2. Open "VCS Operations Popup..."
  3. Click on "Show History Of Tags"
  4. Choose your Release Notes/What's new file (optional)
  5. Choose a tag from the list on the left
  6. See a Date, a message (if defined) and the context of a Release Notes/What's new file (optional) as it is for this tag

To install:

  • Install from the Marketplace:
    • Preferences -> Plugins -> Marketplace -> Make a search for "Browse Git Tags History" -> Enjoy
  • Or download jar file and install it manually:
    • Preferences -> Plugins -> "Install Plugin from Disk..." -> Open the downloaded file -> Enjoy



About

A handy plugin for IntelliJ Idea based IDEs to browse git tags

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages