This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch asf
in repository https://gitbox.apache.org/repos/asf/grails-github-actions.git
from e38b147 chore: fix repo path
add 3b00409 chore: update for Grails TLP graduation
add c573cc5 test: add test logging
add 27f3b04 test: deterministic folder ordering so tests behave the same
across OSs
new a2d4278 Merge pull request #51 from jdaugherty/asf
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:
.asf.yaml | 2 +-
.github/release-drafter.yml | 149 +++++++++++++++++++++
.github/scripts/releaseDistributions.sh | 6 +-
.github/vote_templates/announce.txt | 4 +-
.github/vote_templates/groovy_pmc.txt | 30 -----
.github/vote_templates/staged.txt | 12 +-
.github/workflows/{ci.yml => release-notes.yml} | 46 +++----
.github/workflows/release.yml | 53 +++-----
DISCLAIMER | 1 -
README.md | 2 +-
etc/bin/download-release-artifacts.sh | 6 +-
etc/bin/verify-source-distribution.sh | 14 +-
tests/build.gradle | 7 +
.../grails/github/DeployGithubPagesSpec.groovy | 33 ++---
14 files changed, 231 insertions(+), 134 deletions(-)
create mode 100644 .github/release-drafter.yml
delete mode 100644 .github/vote_templates/groovy_pmc.txt
copy .github/workflows/{ci.yml => release-notes.yml} (51%)
delete mode 100644 DISCLAIMER