Add initial project structure and configuration, like ServerTimingPlugin#3
Open
sbglasius wants to merge 4 commits into
Open
Add initial project structure and configuration, like ServerTimingPlugin#3sbglasius wants to merge 4 commits into
sbglasius wants to merge 4 commits into
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Missing codestyle and codecoverage added, fixing codenarc violations * correct plugin test task path and load project metadata in docs build * allow publish jobs for both grails-plugins and gpc orgs * Potential fix for pull request finding * correct contributor name typo and duplicated wording in docs * correct typo in documentation URL (templatae -> template)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-rolled this PR #1 - for easier overview.
This pull request introduces comprehensive automation and configuration improvements for dependency management, release drafting, CI/CD, and project metadata. The main changes include adding configuration files for Dependabot and Renovate, setting up GitHub Actions workflows for CI and release notes, and introducing Groovy scripts for automated contributor and version updates. These enhancements streamline maintenance, improve release management, and ensure up-to-date project metadata.
Dependency and Release Management Automation:
.github/dependabot.ymlto configure Dependabot for Gradle and GitHub Actions dependencies, with custom grouping, scheduling, and ignore rules..github/renovate.jsonto configure Renovate for automated dependency updates, grouping, scheduling, and automerge rules tailored for Gradle, GitHub Actions, and testing dependencies..github/release-drafter.ymlto automate release note generation, label categorization, and version resolution for releases.CI/CD Workflow Enhancements:
.github/workflows/ci.ymlfor building, testing, publishing snapshots, and deploying documentation using GitHub Actions, with support for concurrency and environment setup..github/workflows/release-notes.ymlto automate release draft updates and labeling using the Release Drafter GitHub Action.Project Metadata and Maintenance Scripts:
.github/scripts/update-contributors.groovyto automatically update thecontributorssection inproject.ymlby fetching contributor info from GitHub's API..github/scripts/update-versions.groovyto update version metadata inproject.ymland generateghpages.htmlfor documentation based on versioned directories in thegh-pagesbranch..github/dependency-graph/external-references.ymlto associate the repository with external Maven Central packages for GitHub's dependency graph.