Options
All
  • Public
  • Public/Protected
  • All
Menu

Sets the defaults of the different kinds of configurations.

Hierarchy

  • ConfigDefaulter

Index

Constructors

Properties

DefaultBumpVersionFiles: string[] = ...
DefaultConventionalCommit: { noteKeywords: string[]; referenceActions: string[] } = ...

Type declaration

  • noteKeywords: string[]
  • referenceActions: string[]
DefaultVersionFile: "package.json" = 'package.json'

Methods

  • Ensures the defaults of the GFlow configuration.

    Parameters

    • Optional config: GFlowConfig

      The GFlow configuration should be extended with its defaults.

    Returns GFlowConfig

    The extended GFlow configuration with its defaults.

  • Ensures the defaults of the git flow configuration.

    Parameters

    • Optional config: GitFlowConfig

      The git flow configuration should be extended with its defaults.

    Returns GitFlowConfig

    The extended git flow configuration with its defaults.

  • Ensures the defaults of the project configuration.

    Parameters

    • Optional config: ProjectConfig

      The project configuration should be extended with its defaults.

    Returns ProjectConfig

    The extended project configuration with its defaults.