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:
- Have some git tags in your project
- Open "VCS Operations Popup..."
- Click on "Show History Of Tags"
- Choose your Release Notes/What's new file (optional)
- Choose a tag from the list on the left
- 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
![](/PavelETU/browse-tags-plugin/raw/master/media/vcs_menu.png)
![](/PavelETU/browse-tags-plugin/raw/master/media/vcs_popup.png)
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