This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from babbedccca Merge pull request #15361 from
codeconsole/7.1.x-startImports-check
add 45b4680c96 [skip ci] Release v7.0.7
add 105c12e1b4 Update root-reserve-mb to 4096 in gradle.yml
add 2f307d3d29 Increase root reserve space to 4 GB in release workflow
add 6fe1360fca Add standalone workflow for publishing documentation
add a42aa087f6 Merge pull request #15368 from
apache/ci/publish-docs-workflow
add 74a4bdd3f8 Use workflow_dispatch ref instead of manual inputs
add 6420033e8b Merge pull request #15369 from
apache/ci/publish-docs-workflow
add c828b81ee3 Add version input while using branch from workflow dispatch
add cd67c3f3d2 Merge pull request #15370 from
apache/ci/publish-docs-workflow
add a91af5588f Set build-mount-path to /home/runner
add 45df475255 Merge pull request #15371 from
apache/ci/publish-docs-workflow
add 6cce089473 Increase build runner root reserve to 6 GB
add 0aba2a9f8b Remove build-mount-path from publish-docs workflow
add 771d483924 Remove maximize-build-space step from workflow
add 801c628822 Merge branch '7.0.x' into release-7.0.7-docs
add eda4479a88 Maximize build space in publish-docs workflow
add d0696e686c Replace maximize-build-space with manual cleanup
add a5d9f71834 Update build space maximization method in workflow
add 0047ba6337 Add release-close workflow; rename publish-docs
add 01764cf338 Merge branch '7.0.x' into release-7.0.7-docs
add ea12b76202 [skip ci] Bump version to release-7.0.8-SNAPSHOT
add 207758c8df Fix expected Grails version in unit test
add aafb7158b8 Update project version to 7.0.8-SNAPSHOT
add 69e47e3d62 Merge pull request #15372 from
apache/merge-back-release-7.0.7-docs
add 80f93d9948 Bump com.gradle.develocity from 4.1.1 to 4.2.2 in
/grails-forge
add 2e47155016 Merge pull request #15137 from
apache/dependabot/gradle/grails-forge/7.0.x/com.gradle.develocity-4.2.2
new 4c4c85292b Merge branch '7.0.x' into 7.1.x
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/gradle.yml | 22 +++----
.github/workflows/release-close.yml | 96 ++++++++++++++++++++++++++++++
.github/workflows/release-publish-docs.yml | 79 ++++++++++++++++++++++++
.github/workflows/release.yml | 20 ++++---
grails-forge/settings.gradle | 2 +-
settings.gradle | 2 +-
6 files changed, 200 insertions(+), 21 deletions(-)
create mode 100644 .github/workflows/release-close.yml
create mode 100644 .github/workflows/release-publish-docs.yml