Skip to main content

Overview

Create a Structured Commit

Stable

Run Custy's commit profile, including preparation, changelog generation, backup, staging, and Git commit creation.

Commandcusty commit

Category

Git Operations

Quick Command

custy commit [OPTIONS]

Gitstagingcommit message

Overview

custy commit is not a thin wrapper around git commit. It resolves and runs the public commit profile, which prepares a version, generates and opens configured artifacts, applies the version, updates the changelog, backs up and cleans message templates, stages files, and finally creates the commit.


Profile Responsibilities

What the Commit Profile Coordinates

Prepare Artifacts

Resolve version context and generate configured release or message artifacts.

Update Changelog

Generate CHANGELOG.md before creating the final commit.

Back Up Messages

Retain the configured commit-message backup and clean old retained files.

Stage and Commit

Stage according to the resolved mode and create the local Git commit.

Commit Editor Preview

Commit message editing

Commit message editor opened during custy commit
Custy can open the configured message template before creating the commit.

Related Commands