Composite building blocks for GitHub Actions workflows.
Composite Actions allow you to combine multiple tasks and operations into a single step that can be used repeatedly within a job. This can reduce unecessary noise in workflows and make them easier to follow. It's also a way to reduce duplication in workflows.
- Creating a composite action to learn what this is about.
- Using Composite GitHub Actions to make your Workflows smaller and more reusable
Conventional Commits are used together with svu
(Semantic Version Util) to provide Semantic Versioning for the repository as a whole.