Hey,
So you want to validate a commit message made on Bitbucket server UI (you know, that dialog prompting for a message before merging your branch to another) but there is no way to do that, right...?
Well, now you can :)
Check out this new small app which lets you define a RegEx that each merge message should validate against.
This is a great solution when you need your commit messages maintain a standard, like in the case of SemVer Conventional Commits.
More details here: Bitbucket merge checker
Cheers