AJ ONeal 4bb350d61b
fix(monorel): init only auto-commits new .goreleaser.yaml, not updates
- Track isNewFile before writing so updates to existing files are never
  auto-committed (mirrors the same rule already in processModule/release)
- Gate auto-bump on isNewFile as well — no tag when just refreshing yaml
- Fix commit message scope: chore(<prefix>): add .goreleaser.yaml
  (was chore(release): add .goreleaser.yaml for <name>)
2026-03-01 19:13:50 -07:00
..