How to Manage Hotfixes Across main and dev Branches in Git
I have two branches: main for the old release and dev for the latest release. I need to manage hotfixes effectively across these branches. Specifically, I need to:
Conventional pull request title
I use conventional commits, but when it comes to pull requests, everyone seems to just write normal capitalized titles ending them with dots.
These PR titles appear then in my repository where commits are usually displayed.