79608795

Date: 2025-05-06 13:29:00
Score: 1
Natty:
Report link

I ran into the same problem and ended up building a browser extension to solve it. The main issue for me was enforcing a properly formatted commit message in the Bitbucket UI during a merge or squash. Since we squash our commits, that final message really needs to follow the conventional commit format.

As far as I can tell, Bitbucket doesn’t support plugins for customizing the merge UI, so a browser extension was the only workaround I could come up with.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jared Christensen