A set of GitHub actions based on the Kubernetes Release Engineering Tooling
The following actions install the Kubernetes Release Engineering tools into your runner:
| Action | Description |
|---|---|
| setup-bom | This action enables you to install bom |
| setup-tejolote | This action enables you to install tejolote |
| setup-zeitgeist | This action enables you to install zeitgeist |
| setup-publish-release | This action enables you to install publish-release |
These actions are designed to perform a task using the tools. If there is not a
task action for the tool you are looking for, you can still run it using a
runs: step.
| Action | Description |
|---|---|
| publish-release | Cut a new release using publish-release github |
Please see CONTRIBUTING.md for instructions on how to contribute.