Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for buildChangelogBreakdown (0.14 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ReleaseNotesGenerator.java

            }
        }
    
        @VisibleForTesting
        static String generateFile(String template, Map<QualifiedVersion, Set<ChangelogEntry>> changelogs) throws IOException {
            final var changelogsByVersionByTypeByArea = buildChangelogBreakdown(changelogs);
    
            final Map<String, Object> bindings = new HashMap<>();
            bindings.put("changelogsByVersionByTypeByArea", changelogsByVersionByTypeByArea);
            bindings.put("TYPE_LABELS", TYPE_LABELS);
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 14:45:41 GMT 2021
    - 4.5K bytes
    - Click Count (0)
Back to Top