| 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. |
| ReleaseConfiguration.Git | |
| ReleaseConfiguration.GitHub | |
| ReleaseConfiguration.ReleaseNotes | |
| ReleaseConfiguration.Team | Team configuration |
| ReleaseNeededTask | Decides if the release is needed. |
| ReleaseNotesFetcherTask | Fetches release notes data information from Git and GitHub and serializes it to outputFile. |
| SecureExecTask | Similar to Gradle's built-in org.gradle.api.tasks.Exec but it does not expose the command line parameters when build is executed with '-i' (--info) level. |