This release improves the release notes generation system by implementing template-based HTML generation. The major enhancement is the modification of the release notes agent to fetch HTML templates from the public repository instead of using hardcoded templates, ensuring consistency and allowing for template updates without code changes.
This release includes 1 commit with improvements to the release notes generation system. Navigate through the tabs above to explore specific types of changes.
| Category | Count | Description |
|---|---|---|
| Features | 1 | New functionality and enhancements |
| Bug Fixes | 0 | Resolved issues and error corrections |
| Breaking Changes | 0 | Changes that may affect compatibility |
| Documentation | 0 | Documentation updates and improvements |
| Performance | 0 | Performance optimizations and improvements |
| Refactoring | 1 | Code structure and quality improvements |
| Dependencies | 0 | Dependency updates and changes |
| Other | 0 | Miscellaneous changes and improvements |
| Commit | Title | Type | Author |
|---|---|---|---|
| a5ccd79 | Use template in public repo | Feature | @AdamWalker-112358 |
| Change | Commit | Author |
|---|---|---|
| Template-Based Release Notes Generation Enhanced the release notes agent to use external HTML templates from the public repository instead of hardcoded templates. This improvement allows for easier template updates and ensures consistency across all release notes. The agent now fetches the 'release-note-example.html' template from the public repository root, enabling dynamic template updates without requiring code changes. |
a5ccd79 | @AdamWalker-112358 |
| Change | Commit | Author |
|---|---|---|
| Release Notes Agent Configuration Refactored the release notes agent configuration to remove hardcoded HTML templates and implement template fetching from the public repository. Updated instructions to fetch templates dynamically, removed over 680 lines of hardcoded HTML template code, and simplified the template usage instructions to reference external template files. |
a5ccd79 | @AdamWalker-112358 |