Skip to main content

Overview

Full Profile

Experimental finalization

Execute the complete release stages and then invoke Custy's workflow finalization step.

Commandcusty run full

Category

Pipeline Profile

Quick Command

custy run full [OPTIONS]

releasepublicationfinalization

Overview

Full contains every registered Release stage and adds finalize_step at the end. Use it only when the repository's experimental workflow-transition behavior is configured, understood, and intentionally part of the release.


Profile Responsibilities

What Full Includes

Complete Release

Run every registered Release stage from validation through remote publication.

Commit and Tag

Create and publish the release commit and local tag.

Remote Publication

Push HEAD and the release tag through resolved remote behavior.

Workflow Finalization

Invoke the registered experimental finalize_step after push.

Full Lifecycle Preview

Full release lifecycle

Custy full profile including workflow finalization
The Full profile extends Release with the registered finalization step.

Related Profiles