-
Notifications
You must be signed in to change notification settings - Fork 2
"--dry-run" flag for generation paths #17
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestFor Hacktoberfest Participants!For Hacktoberfest Participants!up-for-grabs
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestFor Hacktoberfest Participants!For Hacktoberfest Participants!up-for-grabs
--dry-runflag for generation pathsSummary
Add a
--dry-runflag to show what CommitLM would generate without writing files or modifying commit messages.Scope
commitlm generate --dry-runprints the synthesized commit message and/or doc path + preview.COMMITLM_DRY_RUN=1(no file writes).Tasks
Acceptance criteria
--dry-runnever creates/changes files.Test plan
Stage a change; run
commitlm generate --dry-runand verify only stdout changes.