โ– humdrum codex / custard v0.3.0
license AGPL-3.0

โ† issues

TASK-012 release verb: -m flag for custom annotated-tag message

๐ŸŸฆ Backlog feature priority: low

created 2026-06-29 22:08

Description

custard release vX.Y.Z hardcodes the annotated-tag message to the version string (internal/cli/verbs.go:166 โ€” 'git tag -a -m '). Release() only reads args[0]; extra args like -m "msg" are silently ignored. Add a -m/--message flag so the release can carry a real message; fall back to the version when absent.

Acceptance Criteria