Skip to main content

Overview

Development Profile

Stable

Review the commit message, stage selected changes, create a commit, and push branch HEAD without preparing a release.

Commandcusty run dev

Category

Pipeline Profile

Quick Command

custy run dev [OPTIONS]

developmentcommitpush

Overview​

Use the Dev profile for reviewed day-to-day work that should end with a local commit and remote branch push. It does not prepare a version, generate release artifacts or a changelog, create a tag, or push a tag.


Profile Boundaries

What Dev Includes

Validate Inputs

Validate the repository, commit-message policy and file, and remote availability.

Review Commit Message

Open only the configured commit-message file and validate the saved message.

Commit Changes

Back up the message, stage resolved changes, and create a local commit.

Push HEAD

Push the branch through resolved remote behavior without publishing a tag.

Development Pipeline Preview

Development pipeline

Custy development profile stages shown in the terminal
The Dev profile reviews, commits, and pushes daily work without release side effects.

Related Profiles