cruft icon indicating copy to clipboard operation
cruft copied to clipboard

Cruft creates the commit message

Open lyz-code opened this issue 4 years ago • 1 comments

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

lyz-code avatar Dec 09 '21 09:12 lyz-code

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

birdcolour avatar Dec 23 '21 13:12 birdcolour