breaking_changes = true issues = true emoji = false [[commit_types]] name = "feat" emoji = "โœจ" description = "A new feature" [[commit_types]] name = "fix" emoji = "๐Ÿ›" description = "A bug fix" [[commit_types]] name = "docs" emoji = "๐Ÿ“š" description = "Documentation only changes" [[commit_types]] name = "style" emoji = "๐Ÿ’„" description = "Changes that do not affect the meaning of the code" [[commit_types]] name = "refactor" emoji = "๐Ÿ”จ" description = "A code change that neither fixes a bug nor adds a feature" [[commit_types]] name = "perf" emoji = "โšก" description = "A code change that improves performance" [[commit_types]] name = "test" emoji = "๐Ÿšจ" description = "Adding missing tests or correcting existing tests" [[commit_types]] name = "build" emoji = "๐Ÿ“ฆ" description = "Changes that affect the build system or external dependencies" [[commit_types]] name = "ci" emoji = "๐Ÿค–" description = "Changes to our CI configuration files and scripts" [[commit_types]] name = "chore" emoji = "๐Ÿงน" description = "Other changes that don't modify src or test files" [[commit_types]] name = "revert" emoji = "โช" description = "Reverts a previous commit"