Part of #74
Question
How do categorized entries flow from bumper commit to changelog_cmd? Today the contract is repeatable --major/--minor/--patch flags plus BUMPER_* env vars. Decide the new contract shape (per-category flags? structured stdin/JSON? env vars), what level information still travels alongside the category, and what changes ripple into cat_cmd and the env-var set. Breaking the current contract is allowed.
Part of #74
Question
How do categorized entries flow from
bumper committochangelog_cmd? Today the contract is repeatable--major/--minor/--patchflags plusBUMPER_*env vars. Decide the new contract shape (per-category flags? structured stdin/JSON? env vars), what level information still travels alongside the category, and what changes ripple intocat_cmdand the env-var set. Breaking the current contract is allowed.