fix(config): migrate legacy release arrays during config fixes and validate release config shape

This commit is contained in:
2026-05-14 13:25:56 +00:00
parent 278df40ba7
commit b234ecc12a
3 changed files with 105 additions and 10 deletions
+8
View File
@@ -3,6 +3,14 @@
## Pending
### Fixes
- migrate legacy release arrays during config fixes and validate release config shape (config)
- Automatically converts legacy release registry arrays into release.targets.npm.registries during smartconfig migration and config fix runs.
- Re-runs doctor checks after applying known migrations so resolved issues do not require the external fixer.
- Reports an explicit validation error when release config is not an object.
- Updates config fix prompts and help text to use generic configuration repair wording.
## 2026-05-13 - 2.19.0
### Features