node-core-utils
node-core-utils copied to clipboard
Changing commit messages should be improved
Right now when changing the commit messages a file is added and that has to be changed. This is not really straight forward:
? Use this message? No
Please manually edit /home/ruben/repos/node/node/.ncu/33405/8e7685a4d15a-message, then run
`git commit --amend -F /home/ruben/repos/node/node/.ncu/33405/8e7685a4d15a-message` to finish amending the message
It would be easier to apply the metadata right away and to let the user then change the commit message with git commit --amend. That would be more straight forward and easier to handle for people landing PRs.
It should be good to add a question here about copying it and use clipboardy.writeSync to copy it.
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
Resolved by https://github.com/nodejs/node-core-utils/commit/811de87206806246a98033c60c5db2557d56da12. Closing, please reopen if I'm mistaken.