Commit Messages
dcb-service uses conventional commits for automated generation of release notes
In order to reduce the noise in the release notes, developers are asked to either:
squash commits into a single commit with a conventional commit prefix
not include conventional commit prefix in commits that do not need to be included in the release notes
Typically, most changes that are meaningful enough for the releases notes are either a:
feature (use the
featprefix)bug fix (use the
fixprefix)