2024-02-28
Release Notes for Version 0.0.51
New Features
Introduced an initial release note generator powered by GPT (Generative Pre-trained Transformer) to automate the creation of release notes.
Added a new script
tag_diff_logs.sh
for generating logs between tags, which aids in the creation of detailed release notes.Implemented new configuration files and prompt templates (
release_note.py
,config.py
,prompt.yaml
) to customize the release note generation process.Included a
README.md
in thesubmodules/gptflow
directory to provide instructions and information about the release note generator module.
Bug Fixes
Pinned the
gpttools
commit to ensure consistent behavior and compatibility with the release note generator.
Known Issues
[Empty - To be filled in later if applicable]
Etc...
Updated the
agent.py
andmain.py
within thesubmodules/gptflow
to integrate the release note generator workflow.Added a log name for GPT to enhance the tracking and management of the release note generation process.
Last updated