AJ ONeal 833c68e708
fix(monorel): skip writing .goreleaser.yaml when content is unchanged
Both init (initModuleGroup) and release (processModule) now compare the
generated content against the file on disk before writing. If identical,
the file is left untouched — preserving any compatible local edits.

Also fix processModule commit message scope to chore(<prefix>): add
.goreleaser.yaml, matching the convention already used by initModuleGroup.
2026-03-01 19:13:50 -07:00
..