Overview
Development Profile
Stable
Review the commit message, stage selected changes, create a commit, and push branch HEAD without preparing a release.
Command
custy run devCategory
Pipeline Profile
Quick Command
custy run dev [OPTIONS]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
