Skip to main content

Workflow

Full Workflow

Experimental Finalization

Follow the complete registered release lifecycle and the experimental finalization stage that runs after push.

Commandcusty run full

Category

Pipeline Profile

Quick Command

custy run full [OPTIONS]

workflowreleasefinalization

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.
completed
2
Prepare and edit
Resolve version and tag state, generate artifacts, and validate edits.
completed
3
Apply and document
Apply the version and generate the changelog.
completed
4
Back up and clean
Back up commit and tag messages and prune retained backups.
completed
5
Commit and tag
Stage release files, create the commit, and create the tag.
completed
6
Push
Publish HEAD and the tag to resolved remotes.
completed
7
Finalize workflow
Invoke the registered experimental finalization step.
current


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.