Details
-
Type:
Improvement
-
Status: Done (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: plugin-site
-
Labels:None
-
Epic Link:
-
Similar Issues:
Description
Currently the Plugin Site displayes documentation for the master branch. This documentation may be different from what is available in the last release. It would be nice to support visualizing data for the last release.
Open issues:
- We need to map release versions to tags. There is no standard tagging policy for plugins
- We need to ensure the plugin documentation is refreshed when a release happens
Attachments
Issue Links
- links to
Oleg Nenashev is there anything to do for this one once
WEBSITE-648works? Maintainer can then use $version Maven property as part of the github URL, meaning that each version will have a different docs URL, so the plugin site API cache will be forced to load the correct one. This works for any reasonable tagging system (no matter whether you use "plugin-1.2.3" or "v1.2.3", you can adjust the url in POM accordingly).