feat: implement breaking change input

This commit is contained in:
2026-03-09 22:57:35 +01:00
parent d51760fc9f
commit 7fd4fcfc93
14 changed files with 976 additions and 143 deletions

View File

@@ -6,8 +6,8 @@ mod prompts;
pub use crate::{
commit::types::{
CommitMessageError, CommitType, ConventionalCommit, Description, DescriptionError, Scope,
ScopeError,
BreakingChange, CommitMessageError, CommitType, ConventionalCommit, Description,
DescriptionError, Scope, ScopeError,
},
error::Error,
jj::{JjExecutor, lib_executor::JjLib},