Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for publish (0.17 sec)

  1. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/AbstractCheckOrUpdateContributorsInReleaseNotes.kt

            } ?: throw IllegalStateException("Can't find the contributors section end in the release notes $releaseNotes.")
            return Triple(releaseNotesLines.subList(0, contributorSectionBeginIndex), releaseNotesLines.subList(contributorSectionBeginIndex, contributorSectionEndIndex), releaseNotesLines.subList(contributorSectionEndIndex, releaseNotesLines.size))
        }
    
        @Internal
        protected
        fun getContributorsFromPullRequests(): Set<GitHubUser> {
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Mon May 16 05:03:11 GMT 2022
    - 5.7K bytes
    - Viewed (0)
Back to top