Workflow
Full Workflow
Experimental Finalization
Follow the complete registered release lifecycle and the experimental finalization stage that runs after push.
Command
custy run fullCategory
Pipeline Profile
Quick Command
custy run full [OPTIONS]Overview
Full runs every Release stage first and invokes workflow finalization only after remote publication.
Workflow Timeline
Full Profile
1
Validate
Run repository, pre-commit, pre-tag, and pre-push checks.
2
Prepare and edit
Resolve version and tag state, generate artifacts, and validate edits.
3
Apply and document
Apply the version and generate the changelog.
4
Back up and clean
Back up commit and tag messages and prune retained backups.
5
Commit and tag
Stage release files, create the commit, and create the tag.
6
Push
Publish HEAD and the tag to resolved remotes.
7
Finalize workflow
Invoke the registered experimental finalization step.
Retry Boundary
When finalization fails, verify files, commit, tag, and every remote first. Retry only the appropriate recovery action rather than repeating the entire release.