Workflow
Commit Workflow
Stable
Follow the registered commit profile from validation and artifact preparation to staging and local commit creation.
Command
custy commitCategory
Git Operations
Quick Command
custy commit [OPTIONS]Overviewâ
The registered commit profile resolves to an ordered sequence. A required failure stops later stages so the final commit is not created from invalid state.
Workflow Timeline
Commit Profile
1
Validate repository
Run repository and pre-commit validation.
2
Prepare version
Resolve the version and initialize workflow state.
3
Generate artifacts
Generate and open configured release or message artifacts.
4
Validate edits
Check edited artifacts before continuing.
5
Apply version
Write the resolved version to the configured file.
6
Generate changelog
Update CHANGELOG.md through the internal changelog stage.
7
Back up and clean
Back up the commit message and prune retained backups.
8
Stage changes
Stage according to the resolved stage mode.
9
Create commit
Create the final Git commit from the edited message.
Failure Behavior
If a required validation or execution stage fails, inspect the working tree, generated artifacts, backups, and Git index before retrying. Determine the last completed step rather than rerunning the profile blindly.