Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Implement Existing Changelog Detection and Parsing #73

Open
olasunkanmi-SE opened this issue Jul 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@olasunkanmi-SE
Copy link
Owner

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

@olasunkanmi-SE olasunkanmi-SE added the enhancement New feature or request label Jul 5, 2024
@olasunkanmi-SE olasunkanmi-SE changed the title Implement Existing Changelog Detection and Parsing Feature Request: Implement Existing Changelog Detection and Parsing Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant