You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Detect and Parse Existing Changelog Files
Description:
Create functionality to detect if a changelog file already exists in the project, and if so, parse it to understand its structure and formatting.
Tasks:
Implement a function to search for existing changelog files in the project
Create a parser to analyze the structure and formatting of existing changelog
Implement logic to categorize changes (e.g., features, bug fixes, documentation)
Create a function to generate changelog text from categorized changes
Develop logic to match new changelog entries to existing style
Add error handling for malformed or unexpected changelog formats
The text was updated successfully, but these errors were encountered:
Title: Detect and Parse Existing Changelog Files
Description:
Create functionality to detect if a changelog file already exists in the project, and if so, parse it to understand its structure and formatting.
Tasks:
Implement a function to search for existing changelog files in the project
Create a parser to analyze the structure and formatting of existing changelog
Implement logic to categorize changes (e.g., features, bug fixes, documentation)
Create a function to generate changelog text from categorized changes
Develop logic to match new changelog entries to existing style
Add error handling for malformed or unexpected changelog formats
The text was updated successfully, but these errors were encountered: