Cruft creates the commit message
Hi, first of all, thanks for the awesome program, it's saving me a lot of time.
Something bothers me though, the process of updating the templates of all the projects is cumbersome and repetitive, so I'm making a tool to automate all the steps required for example:
- Create a new branch
- Run
cruft update - Prefill the commit message
The prefilling of the commit message will be done analyzing the git history of the template to extract by semantic versioning the commit messages that need to be applied.
I understand that it might be a corner case that you're not interested in. But if you are, I don't mind creating a PR with part or the whole functionality
While I've not had a chance to experiment with this myself yet, another user seems to have a working setup using renovate to automate the PRs, which may be of interest: https://github.com/cruft/cruft/pull/80#issue-786099087