f3ath / cider

Tools for Dart package maintainers
https://pub.dev/packages/cider
MIT License
101 stars 17 forks source link

Update change log from Github Action list of closed issues since last action run? #75

Open JohnGalt1717 opened 5 months ago

JohnGalt1717 commented 5 months ago

Is it possible to somehow get the last closed issues since last action run and then use cider to update the change log with version information and every issue that is closed in it?

This action looks promising, but I'm at a loss as how this would be used to put the items in the change log.

https://github.com/marketplace/actions/recently-closed-issues

f3ath commented 5 months ago

If I get the question right, there seem to be 3 main challenges:

The first two depend on your commit log and/or issue formatting conventions. The last could be as simple as a link to the GH issue. Once you have the version bump requirements for each change in the set, produce the cider log command for each of the changes, then use the highest version bump value (major > minor > patch) in cider version bump.