Apache Grails - GitHub Actions

Clone this repo:
  1. 7ade94a [skip ci] post 1.0.1 release adjustments by Mattias Reichel · 3 months ago asf
  2. 1453d4b Merge pull request #58 from apache/git-clone-performance by James Fredley · 3 months ago
  3. 94460da Improve documentation git clone performance with --depth 1 by James Fredley · 3 months ago
  4. 55e9a80 Update required reviewers in .asf.yaml by Mattias Reichel · 3 months ago v1.0.1
  5. ccbe320 Merge pull request #57 from jdaugherty/prerelease_removal by James Daugherty · 3 months ago

Apache Grails - GitHub Actions

CI Users Mailing List Dev Mailing List Slack

Introduction

This repository hosts GitHub Actions that power the release workflows for Apache Grails & related projects.

Actions include:

  1. pre-release - handles setting the project version based on the Git tag & running various pre-release tasks.
  2. deploy-github-pages - handles publishing documentation to GitHub Pages for both snapshots & releases.
  3. post-release - assists in merging tagged changes back to the target branch & bumping to the next development version.
  4. export-gradle-properties - exposes selected Gradle properties as environment variables.

Who can use these actions

These actions are meant to assist in using the GitHub Release feature to produce a published release. They were primarily designed for Gradle projects that need to set a version & automate parts of the release process such as the changing of the project version & publishing documentation.

Usages

Used by: https://github.com/search?q=org%3Aapache+%22uses%3A+apache%2Fgrails-github-actions%2F%22+language%3Ayml&type=code

Further information

To use these actions, please refer to the individual README files in each action's directory.

Testing

To bootstrap the test project so it can be run against the source distribution, execute:

cd tests/gradle-bootstrap
gradle bootstrap

Then to run the tests, execute:

cd ..
gradle check