Skip to main content

Default Sections

@repo-toolkit/changelog ships with a DEFAULT_TYPES mapping. When no types option is supplied, these rules apply.

Visible Sections

TypeSection
featFeatures
fixBug Fixes
revertReverts
docsDocumentation
refactorCode Refactoring
perfPerformance Improvements
buildBuild System
e2eEnd-to-end Testing

Hidden by Default

These commit types are omitted from the changelog (via effect: 'hidden'):

  • fix(deps)
  • ci
  • chore
  • style
  • test
  • release

To surface any of them, pass a types array that includes the type with a section and omits effect: 'hidden' (or sets hidden: false). See Preset Options for the full types schema.