https://github.com/kubernetes-sigs/release-actions
A set of reusable GitHub actions based on the Kubernetes Release Engineering Tooling
https://github.com/kubernetes-sigs/release-actions
actions dependencies github-actions release-automation release-engineering supply-chain
Last synced: 2 months ago
JSON representation
A set of reusable GitHub actions based on the Kubernetes Release Engineering Tooling
- Host: GitHub
- URL: https://github.com/kubernetes-sigs/release-actions
- Owner: kubernetes-sigs
- License: apache-2.0
- Created: 2022-11-23T17:18:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T20:02:27.000Z (3 months ago)
- Last Synced: 2025-08-05T01:32:07.790Z (2 months ago)
- Topics: actions, dependencies, github-actions, release-automation, release-engineering, supply-chain
- Homepage:
- Size: 304 KB
- Stars: 13
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Release Actions
A set of GitHub actions based on the Kubernetes Release Engineering Tooling
## Installer Actions
The following actions install the Kubernetes Release Engineering tools into
your runner:| Action | Description |
| --- | --- |
| [setup-bom](./setup-bom/README.md) | This action enables you to install [bom](https://github.com/kubernetes-sigs/bom) |
| [setup-tejolote](./setup-tejolote/README.md) | This action enables you to install [tejolote](https://github.com/kubernetes-sigs/tejolote) |
| [setup-zeitgeist](./setup-zeitgeist/README.md) | This action enables you to install [zeitgeist](https://github.com/kubernetes-sigs/zeitgeist) |
| [setup-publish-release](./setup-publish-release/README.md) | This action enables you to install [publish-release](https://github.com/kubernetes/release/tree/master/cmd/publish-release) |## Task-specific Actions
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](./publish-release/README.md) | Cut a new release using [`publish-release github`](https://github.com/kubernetes/release/tree/master/cmd/publish-release) |## Contributing
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.