Installation¶
Install releasio¶
Optional: Install git-cliff (Recommended)¶
releasio works out of the box with its built-in native changelog generator. For more advanced changelog customization, you can optionally install git-cliff:
No External Dependencies Required
git-cliff is optional. releasio includes a native changelog generator that's
enabled by default (native_fallback = true). Install git-cliff only if you
need advanced features like custom Tera templates or complex commit parsing.
Verify Installation¶
Check that releasio is installed correctly:
GitHub Actions¶
When using releasio in GitHub Actions, git-cliff is installed automatically by the action. No additional setup required.
Next Steps¶
- Quick Start - Get up and running in 5 minutes
- First Release - Complete walkthrough