This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
Release notes contain link to new Javadoc #799
Labels
feature:javadoc-plugin
feature:release-notes
good first issue
Please contribute! It's a good first issue to start.
size:M
When "org.shipkit.javadoc" plugin is applied, then release notes should contain a link (as a badge) to the published Javadoc.
By default, the link should point to the specified directory ("javadoc.repositoryDirectory") and branch "javadoc.repositoryBranch" (see ShipkitConfiguration.java for more configuration options).
There should be also a possibility to point to some class, e.g. for Mockito project link can point to the "org.mockito.Mockito" class. This should be configurable.
Starting point:
shipkit/subprojects/shipkit/src/main/groovy/org/shipkit/internal/gradle/notes/tasks/UpdateReleaseNotes.java
Lines 97 to 101 in 4b65fe6
The text was updated successfully, but these errors were encountered: