Housekeeping
Releasing
Release is fully automated and you just need to run the Release workflow. Versioning is automatic and guessed from Conventional Commit history.
Note
The release workflow will first check that the commit you are trying to release has successfully passed CI.
Stable release
- Go to the Release workflow
- Properly select the target branch (given our process, the default
main
is correct) - Optional: manually select a kind of increment (
MAJOR
,MINOR
,PATCH
) if you don't want to rely on automatic versioning - Run the workflow
Pre-release
- Go to the Release workflow
- Properly select the target branch (given our process, the default
main
is correct) - Select the pre-release type (
alpha
,beta
orrc
) - Run the workflow