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
feat
prefix)bug fix (use the
fix
prefix)
Operated as a Community Resource by the Open Library Foundation