Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for validateChangelogs (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

                });
    
            final TaskProvider<ValidateChangelogEntryTask> validateChangelogsTask = project.getTasks()
                .register("validateChangelogs", ValidateChangelogEntryTask.class, task -> {
                    task.setGroup("Documentation");
                    task.setDescription("Validate that all changelog YAML files are well-formed");
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 24 10:57:02 GMT 2021
    - 4.8K bytes
    - Click Count (0)
Back to Top