-
-
Notifications
You must be signed in to change notification settings - Fork 849
Partial updates / add missing versions #209
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
Comments
@estahn thanks for feature request! It would be a great addition 💥 , but it has a lot of work to implement this. It can be splitted for a several little sub-tasks:
|
@estahn I created special repo to test, how generator works. |
This issue has been closed as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It would be great if the generator doesn't replace the entire file but just adds missing versions and ignores existing ones. We have some manual added information which we don't want to lose when generating the changelog.
Features:
Implementation:
The CHANGELOG.md needs to be parsed and divided into sections which represent the versions, e.g.
Missing versions can be fetched from the GitHub API and appended.
This might be related to #172.
The text was updated successfully, but these errors were encountered: