(no title)
JelteF | 1 year ago
That fixes the "Squashing, when you have 100 crap commits, and then not re-editing the message is a crime" item, because suddenly not re-editing will give you a fairly useful message. This ofcourse assumes the PR description is useful, but I've found it much easier to convince people to write a decent PR description than to write decent commit messages.
[1]: https://github.blog/changelog/2022-08-23-new-options-for-con...
praash|1 year ago
rudasn|1 year ago
First I head about automatic squash messages, and if they include the whole title and description I should look into it a bit more!
NotBoolean|1 year ago
ericrallen|1 year ago
It also really helps if you can wire up some continuous deployment to automate something tedious like properly incrementing the version number in the semantic version, updating the changelog, and deploy out a new `latest` or `next` tag to the package registry.
Even the most reticent users are often inspired to follow conventional commits once they see the possibilities that open up.