Creates a new pending changelog entry in the changes/ directory.
Usage
mix chug.new --description "Fix session timeout" --category bug
mix chug.new --description "Add export endpoint" --category feature --stories sc-1234,sc-5678Options
--description- (required) User-facing description of the change--category- (required) Category for the change; must be one configured inchug.config.yml--stories- (optional) Comma-separated story/ticket references
Configuration
Reads chug.config.yml from the current working directory. The categories key
determines which category values are valid.