Convention about commit messages for Startin’blox

Commit messages are used to automatically define the version bump of the next release. Therefore they must reflect the nature of the modification and the stability of the code.

The commit message should have this pattern: type: message

With the possible commit types:

Commit Type

Title

Description

Release

In changelog

minor

Minor

Minor release

minor

yes

major

Major

Major release

major

yes

feature

Features

New behavior

patch

yes

update

Updates

Change behavior

patch

yes

bugfix

Bug Fixes

Fix bugs

patch

yes

ui

Interface

Change appearance

patch

yes

syntax

Syntax

Refactoring code

patch

yes

Other

All others

patch

no

See reference