backend
devops
Centralized changelog JSON generation and consistent handling
Improvements
- Centralized generation of structured changelog JSON using a new toGeneratedJson helper.backend
- Simplified stored JSON by replacing inline object construction with a dedicated function, improving maintainability and readability.backend
- Ensured aggregation and entry writers now use the same generated JSON for consistent handling across pipelines.devops