BobAnkh / auto-generate-changelog

A Github Action to generate CHANGELOG automatically according to conventional commits. Feel free to contribute!
Apache License 2.0
80 stars 22 forks source link

[enhancement] Increment changelog generate #80

Closed BobAnkh closed 2 years ago

BobAnkh commented 2 years ago

Is your feature request related to a problem? Please describe

Because Github limits the requests per hour, so if the repo contains too much commits, then it won't possible to generate whole changelog every time.

Description of the new feature/enhancement

Provide an option to let user turn on increment changelog generate: only new release will be generated.

Proposed technical implementation details (optional)

Check the release meta data: commit sha of the tag and the release time.

Additional context

Add any other context or screenshots about the feature request here.

gitmagic-app[bot] commented 2 years ago

Everything looks good :thumbsup:

BobAnkh commented 2 years ago

Closes as #91 merged.

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.