| Class | Description |
|---|---|
| BumpVersionFileTask |
Increments version in specified file.
|
| IncrementalReleaseNotes |
Generates incremental, detailed release notes text.
|
| IncrementalReleaseNotes.PreviewTask |
Generates incremental, detailed release notes text
and appends it to the top of the release notes file.
|
| IncrementalReleaseNotes.UpdateTask |
Generates incremental, detailed release notes text
and appends it to the top of the release notes file.
|
| ReleaseConfiguration |
Configuration of the releasing plugin.
|
| ReleaseNeededTask |
Decides if the release is needed.
|
| ReleaseNotesFetcherTask |
Fetches release notes data information from Git and GitHub and serializes it to
ReleaseNotesFetcherTask.outputFile. |
| SecureExecTask |
Similar to Gradle's built-in
Exec
but it does not expose the command line parameters when build is executed with '-i' (--info) level. |